LiveTvChannelEntity


class LiveTvChannelEntity : Entity


An object representing a live tv channel.

Summary

Nested types

Builder class for LiveTvChannelEntity.

Public functions

Optional<String!>!

Returns the description of the live tv channel.

Optional<String!>!

Returns the id of the live tv channel.

Optional<Image!>!

Returns the logo image of the live tv channel.

Optional<String!>!

Returns the name of the live tv channel.

Optional<RecommendationReason!>!

Returns the recommendation reason of the live tv program.

Public functions

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the live tv channel.

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the live tv channel.

getLogoImage

fun getLogoImage(): Optional<Image!>!

Returns the logo image of the live tv channel.

getName

fun getName(): Optional<String!>!

Returns the name of the live tv channel.

getRecommendationReason

fun getRecommendationReason(): Optional<RecommendationReason!>!

Returns the recommendation reason of the live tv program.

Public properties

contentRatings

val contentRatingsImmutableList<RatingSystem!>!

platformSpecificPlaybackUris

val platformSpecificPlaybackUrisImmutableList<PlatformSpecificUri!>!