sealed class CastEvent
IssueUpdatedEvent |
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue. data class IssueUpdatedEvent : CastEvent |
SinksUpdatedEvent |
This is fired whenever the list of available sinks changes. A sink is a device or a software surface that you can cast to. data class SinksUpdatedEvent : CastEvent |