Enumerations

The following enumerations are available globally.

  • This enum represents all possible events that can be sent from Storyly

    See more

    Declaration

    Swift

    @objc
    public enum StorylyEvent : Int
  • This enum represents the type of a story content

    See more

    Declaration

    Swift

    @objc(StoryType)
    public enum StoryType : Int, Decodable
  • This enum represents available story group sizes that be can set for customization

    See more

    Declaration

    Swift

    @objc(StoryGroupSize)
    public enum StoryGroupSize : Int
  • This enum class represents available animations that can be set for customization.

    See more

    Declaration

    Swift

    @objc(StoryGroupAnimation)
    public enum StoryGroupAnimation : Int
  • This enum class represents available layout direction that be can set for customization

    See more

    Declaration

    Swift

    @objc(StorylyLayoutDirection)
    public enum StorylyLayoutDirection : Int
  • This enum represents orientation of story group list

    See more

    Declaration

    Swift

    @objc(StoryGroupListOrientation)
    public enum StoryGroupListOrientation : Int
  • This enum represents the type of the interactive components.

    See more

    Declaration

    Swift

    @objc(StoryComponentType)
    public enum StoryComponentType : Int
  • This data class represents the preview mode of stories.

    See more

    Declaration

    Swift

    @objc(PlayMode)
    public enum PlayMode : Int, RawRepresentable, Decodable
  • This enum class represents the type of the story group.

    See more

    Declaration

    Swift

    @objc(StoryGroupType)
    public enum StoryGroupType : Int, Decodable
  • This enum class represents the share state of story.

    See more

    Declaration

    Swift

    @objc(ShareType)
    public enum ShareType : Int, Decodable
  • This enum represents the source of the storyly data

    See more

    Declaration

    Swift

    @objc(StorylyDataSource)
    public enum StorylyDataSource : Int