CastPayload

data class CastPayload(val currentTime: Double, val deviceName: String?)

Contains information for the CastWaitingForDevice event.

Constructors

Link copied to clipboard
constructor(currentTime: Double, deviceName: String?)

Properties

Link copied to clipboard

The current time in seconds.

Link copied to clipboard

The name of the chosen cast device.

Link copied to clipboard

The type of the payload (always "cast").