PlayMode

enum PlayMode : Enum<PlayMode>

This data class represents the preview mode of stories.

Entries

Story
Link copied to clipboard
Story("s")

Plays single story

StoryGroup
Link copied to clipboard

Plays single story group from start to end

Default
Link copied to clipboard
Default("default")

Default mode

Types

Companion
Link copied to clipboard
object Companion

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