ChannelTrait.SeriesInfoStruct

class ChannelTrait.SeriesInfoStruct : ClusterStruct


The episode information related to a program.

Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

SeriesInfoStruct(season: String, episode: String)

Creates the SeriesInfoStruct class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public properties

String

The episode of the program.

String

The season of the series associated to the program.

Public constructors

SeriesInfoStruct

SeriesInfoStruct(season: String = "", episode: String = "")

Creates the SeriesInfoStruct class.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

episode

val episodeString

The episode of the program.

season

val seasonString

The season of the series associated to the program.