CastStarted

data class CastStarted(deviceName: String?) : PlayerEvent

Emitted when the cast app is launched successfully.

Constructors

CastStarted
Link copied to clipboard
fun CastStarted(deviceName: String?)

Properties

deviceName
Link copied to clipboard
val deviceName: String?
The name of the cast device on which the app was launched.

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.