CastWaitingForDevice

data class CastWaitingForDevice(castPayload: CastPayload) : PlayerEvent

Emitted when a cast-compatible device has been chosen and the player is waiting for the device to get ready for playback.

Constructors

Link copied to clipboard
fun CastWaitingForDevice(castPayload: CastPayload)

Properties

Link copied to clipboard
val castPayload: CastPayload

The CastPayload object for the event.