StoryType

enum StoryType : Enum<StoryType>

This enum class represents the type of a story content

Entries

Ad
Link copied to clipboard
Ad()

Denotes the type of the story is an Ad View

Live
Link copied to clipboard

Denotes the type of the story is Live

LongVideo
Link copied to clipboard

Denotes the type of the story is Long Video

Video
Link copied to clipboard

Denotes the type of the story is Video

Image
Link copied to clipboard

Denotes the type of the story is Image

Unknown
Link copied to clipboard

Unidentified story type

Types

StoryTypeDeserializer
Link copied to clipboard
object StoryTypeDeserializer : KSerializer<StoryType>

Properties

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