LiveRadioStationEntity


class LiveRadioStationEntity : Entity


An object representing a live radio station.

Summary

Nested types

Builder class for LiveRadioStationEntity.

Public functions

Optional<String!>!

Returns the description of the audio entity, if available

Optional<String!>!

Returns the id of the entity.

(Mutable)List<String!>!

Returns the lists of the hosts of the radio station, if available

Optional<Uri!>!

Returns the info page uri of the radio station, if available

Optional<Long!>!

Returns the last engagement time in milliseconds.

String!

Returns the name of the entity.

(Mutable)List<Image!>!

Returns the poster image of the entity.

Optional<String!>!
Optional<String!>!

Returns the current show title being broadcast on the radio station

Public properties

Uri!

Public functions

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the audio entity, if available

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the entity.

getHosts

fun getHosts(): (Mutable)List<String!>!

Returns the lists of the hosts of the radio station, if available

getInfoPageUri

fun getInfoPageUri(): Optional<Uri!>!

Returns the info page uri of the radio station, if available

getLastEngagementTimeMillis

fun getLastEngagementTimeMillis(): Optional<Long!>!

Returns the last engagement time in milliseconds.

getName

fun getName(): String!

Returns the name of the entity.

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster image of the entity.

getRadioFrequencyId

fun getRadioFrequencyId(): Optional<String!>!

getShowTitle

fun getShowTitle(): Optional<String!>!

Returns the current show title being broadcast on the radio station

Public properties

playBackUri

val playBackUriUri!