StoryType
@objc
public enum StoryType : Int, Decodable
This enum represents the type of a story content
-
Unidentified story type
Declaration
Swift
case Unknown
-
Denotes the type of the story is Image
Declaration
Swift
case Image
-
Denotes the type of the story is Video
Declaration
Swift
case Video
-
Denotes the type of the story is Interactive Video on Demand
Declaration
Swift
case Vod
-
Denotes the type of the story is an Ad View
Declaration
Swift
case Ad