TmdbShowType

@Serializable
enum TmdbShowType : Enum<TmdbShowType>

Entries

Link copied to clipboard
@SerialName(value = "Scripted")
SCRIPTED
Link copied to clipboard
@SerialName(value = "Reality")
REALITY
Link copied to clipboard
@SerialName(value = "Documentary")
DOCUMENTARY
Link copied to clipboard
@SerialName(value = "News")
NEWS
Link copied to clipboard
@SerialName(value = "Talk")
TALK
Link copied to clipboard
@SerialName(value = "Talk Show")
TALK_SHOW
Link copied to clipboard
@SerialName(value = "Show")
SHOW
Link copied to clipboard
@SerialName(value = "Miniseries")
MINISERIES
Link copied to clipboard
@SerialName(value = "Video")
VIDEO

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard

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.