Enumerations
The following enumerations are available globally.
-
This enum represents all possible events that can be sent from Storyly
See moreDeclaration
Swift
@objc public enum StorylyEvent : Int
-
This enum represents all possible events that can be sent from Storyly Vertical Feed
See moreDeclaration
Swift
@objc public enum VerticalFeedEvent : Int
-
This enum represents the type of a story content
See moreDeclaration
Swift
@objc(StoryType) public enum StoryType : Int, Decodable
-
This enum represents available story group sizes that be can set for customization
See moreDeclaration
Swift
@objc(StoryGroupSize) public enum StoryGroupSize : Int
-
This enum class represents available animations that can be set for customization.
See moreDeclaration
Swift
@objc(StoryGroupAnimation) public enum StoryGroupAnimation : Int
-
This enum class represents available layout direction that be can set for customization
See moreDeclaration
Swift
@objc(StorylyLayoutDirection) public enum StorylyLayoutDirection : Int
-
This enum represents orientation of story group list
See moreDeclaration
Swift
@objc(StoryGroupListOrientation) public enum StoryGroupListOrientation : Int
-
This enum represents the type of the interactive components.
See moreDeclaration
Swift
@objc(StoryComponentType) public enum StoryComponentType : Int
-
This data class represents the preview mode of stories.
See moreDeclaration
Swift
@objc(PlayMode) public enum PlayMode : Int, RawRepresentable, Decodable
-
This enum class represents the type of the story group.
See moreDeclaration
Swift
@objc(StoryGroupType) public enum StoryGroupType : Int, Decodable
-
This enum class represents the share state of story.
See moreDeclaration
Swift
@objc(ShareType) public enum ShareType : Int, Decodable
-
This enum represents the source of the storyly data
See moreDeclaration
Swift
@objc(StorylyDataSource) public enum StorylyDataSource : Int
-
This enum represents the type of a group order
See moreDeclaration
Swift
@objc(VerticalFeedGroupOrder) public enum StorylyVerticalFeedGroupOrder : Int
-
This enum represents the type of a verticalFeed content
See moreDeclaration
Swift
@objc(VerticalFeedType) public enum VerticalFeedType : Int, Decodable
-
This enum represents available verticalFeed group sizes that be can set for customization
See moreDeclaration
Swift
@objc(VerticalFeedGroupSize) public enum VerticalFeedGroupSize : Int
-
This enum class represents available animations that can be set for customization.
See moreDeclaration
Swift
@objc(VerticalFeedGroupAnimation) public enum VerticalFeedGroupAnimation : Int
-
This enum represents orientation of verticalFeed group list
See moreDeclaration
Swift
@objc(VerticalFeedGroupListOrientation) public enum VerticalFeedGroupListOrientation : Int
-
This enum represents the type of the interactive components.
See moreDeclaration
Swift
@objc(VerticalFeedItemComponentType) public enum VerticalFeedItemComponentType : Int
-
This enum class represents the type of the verticalFeed group.
See moreDeclaration
Swift
@objc(VerticalFeedGroupType) public enum VerticalFeedGroupType : Int, Decodable