Class: EventData

Class: EventData

  • cast.framework.EventData is a static class representing generic Cast event data.

  • The constructor EventData(type) requires a non-null cast.framework.EventType parameter to define the event type.

  • The type property of an EventData object is a non-null cast.framework.EventType indicating the specific event type.

Constructor

EventData

new EventData(type)

Parameter

type

cast.framework.EventType

The event type.

Value must not be null.

Property

type

non-null cast.framework.EventType

The event type.

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.