StoryGroupListOrientation

enum StoryGroupListOrientation : Enum<StoryGroupListOrientation>

This enum class represents orientation of story group list

Entries

Vertical
Link copied to clipboard
Vertical("vertical")
Horizontal
Link copied to clipboard
Horizontal("horizontal")

Types

StoryGroupListOrientationDeserializer
Link copied to clipboard
object StoryGroupListOrientationDeserializer : KSerializer<StoryGroupListOrientation>

Properties

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