CastEvent

@Serializable
sealed class CastEvent

Inheritors

Types

Link copied to clipboard
@Serializable
data class IssueUpdated(val issueMessage: String) : CastEvent

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

Link copied to clipboard
@Serializable
data class SinksUpdated(val sinks: List<Sink>) : 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.