StoryComponentType
@objc(StoryComponentType)
public enum StoryComponentType : Int
This enum represents the type of the interactive components.
-
Undefined component type
Declaration
Swift
case Undefined
-
Denotes the type of the component is Quiz
Declaration
Swift
case Quiz
-
Denotes the type of the component is Poll
Declaration
Swift
case Poll
-
Denotes the type of the component is Emoji
Declaration
Swift
case Emoji
-
Denotes the type of the component is Rating
Declaration
Swift
case Rating
-
Denotes the type of the component is PromoCode
Declaration
Swift
case PromoCode
-
Denotes the type of the component is SwipeAction
Declaration
Swift
case SwipeAction
-
Denotes the type of the component is ButtonAction
Declaration
Swift
case ButtonAction
-
Denotes the type of the component is Text
Declaration
Swift
case Text
-
Denotes the type of the component is Image
Declaration
Swift
case Image
-
Denotes the type of the component is Countdown
Declaration
Swift
case Countdown
-
Denotes the type of the component is ProductTag
Declaration
Swift
case ProductTag
-
Denotes the type of the component is ProductCard
Declaration
Swift
case ProductCard
-
Denotes the type of the component is ProductList
Declaration
Swift
case ProductCatalog
-
Denotes the type of the component is Comment
Declaration
Swift
case Comment
-
Denotes the type of the component is Video
Declaration
Swift
case Video
-
Denotes the type of the component is LongVideo
Declaration
Swift
case LongVideo
-
Denotes the type of the component is Link CTA
Declaration
Swift
case LinkCTA
-
Denotes the type of the component is Image Quiz
Declaration
Swift
case ImageQuiz
-
Name of the StorylyEvent
Declaration
Swift
public var stringValue: String { get }