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 Ad
Declaration
Swift
case Ad
-
Denotes story group type is Live
Declaration
Swift
case Live
-
Denotes story group type is Product
Declaration
Swift
case AutomatedShoppable
-
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 }