CastWaitingForDevice

data class CastWaitingForDevice(val 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
constructor(castPayload: CastPayload)

Properties

Link copied to clipboard

The CastPayload object for the event.