cast.receiver.CastReceiverManager. Event
class static
Event dispatched by cast.receiver.CastReceiverManager which contains system information.
Constructor
Event
new Event(type, data)
Parameter |
|
---|---|
type |
cast.receiver.CastReceiverManager.EventType Event Type. Value must not be null. |
data |
(nullable Object, string, or boolean) The data for the specific event. |
Property
data
(nullable Object, string, or boolean)
Data associated with this event.