StoryGroupType
@objc(StoryGroupType)
public enum StoryGroupType : Int, Decodable
This enum class represents the type of the story group.
-
Default type for the story group type
Declaration
Swift
case Default
-
Denotes story group type is Interactive Video on Demand
Declaration
Swift
case IVod
-
Denotes story group type is Ad
Declaration
Swift
case Ad
-
Denotes story group type is Moments
Declaration
Swift
case MomentsDefault
-
Denotes story group type is Moments Block
Declaration
Swift
case MomentsBlock
-
StoryGroupType initialization
Declaration
Swift
public init(from decoder: Decoder) throws
Parameters
decoder
Decodes incoming type into StoryGroupType
-
StoryGroupType description
Declaration
Swift
public var description: String { get }