StoryGroupType

enum StoryGroupType : Enum<StoryGroupType>

This enum class represents the type of the story group.

Entries

AUTOMATED_SHOPPABLE
Link copied to clipboard
AUTOMATED_SHOPPABLE("sdk_automated_shoppable")

Denotes story group type is Product

Live
Link copied to clipboard
Live("live")

Denotes story group type is Live

MomentsBlock
Link copied to clipboard
MomentsBlock("ugc-block")

Denotes story group type is Moments Block

MomentsDefault
Link copied to clipboard
MomentsDefault("ugc-default")

Denotes story group type is Moments

Ad
Link copied to clipboard
Ad("ad")

Denotes story group type is Ad

Default
Link copied to clipboard
Default("default")

Default type for the story group type

Types

StoryGroupTypeDeserializer
Link copied to clipboard
object StoryGroupTypeDeserializer : KSerializer<StoryGroupType>

Properties

customName
Link copied to clipboard
val customName: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int