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
  • Ad

    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
  • 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 }