ExtraType

@Serializable
enum ExtraType : Enum<ExtraType>

Entries

Link copied to clipboard
@SerialName(value = "Unknown")
UNKNOWN
Link copied to clipboard
@SerialName(value = "Clip")
CLIP
Link copied to clipboard
@SerialName(value = "Trailer")
TRAILER
Link copied to clipboard
@SerialName(value = "BehindTheScenes")
BEHIND_THE_SCENES
Link copied to clipboard
@SerialName(value = "DeletedScene")
DELETED_SCENE
Link copied to clipboard
@SerialName(value = "Interview")
INTERVIEW
Link copied to clipboard
@SerialName(value = "Scene")
SCENE
Link copied to clipboard
@SerialName(value = "Sample")
SAMPLE
Link copied to clipboard
@SerialName(value = "ThemeSong")
THEME_SONG
Link copied to clipboard
@SerialName(value = "ThemeVideo")
THEME_VIDEO
Link copied to clipboard
@SerialName(value = "Featurette")
FEATURETTE
Link copied to clipboard
@SerialName(value = "Short")
SHORT

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Get the serial name of the enum member.

Link copied to clipboard
fun valueOf(value: String): ExtraType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.