Class: CastStateEventData

Class: CastStateEventData

  • cast.framework.CastStateEventData is a class that provides data for cast state changed events.

  • The constructor new CastStateEventData(castState) takes the current cast icon state as a required parameter.

  • The class has a property castState which holds the non-null cast icon state.

Constructor

CastStateEventData

new CastStateEventData(castState)

Parameter

castState

cast.framework.CastState

Current cast icon state.

Value must not be null.

Property

castState

non-null cast.framework.CastState

Cast icon state.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-09-18 UTC.