pl.wendigo.chrome.api.cast / SinksUpdatedEvent

SinksUpdatedEvent

data class SinksUpdatedEvent : Event (source)

This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.

Link
Cast#sinksUpdated event documentation.

Constructors

<init>

SinksUpdatedEvent(sinks: List<Sink>)

This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to.

Properties

sinks

val sinks: List<Sink>

Inherited Functions

protocolDomain

fun protocolDomain(): String