data class SinksUpdatedEvent : CastEvent
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.
<init> |
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to. SinksUpdatedEvent(sinks: List<Sink>) |
sinks |
val sinks: List<Sink> |