Docs
THEOplayer.com
Preparing search index...
The search index is not available
React Native THEOplayer
React Native THEOplayer
AirplayStateChangeEvent
Interface AirplayStateChangeEvent
Fired when an event occurs.
interface
AirplayStateChangeEvent
{
date
:
Date
;
state
:
CastState
;
subType
:
AIRPLAY_STATE_CHANGE
;
type
:
CAST_EVENT
;
}
Hierarchy (
view full
)
Event
<
CAST_EVENT
>
AirplayStateChangeEvent
Index
Properties
date
state
sub
Type
type
Properties
date
date
:
Date
The creation date of the event.
Readonly
state
state
:
CastState
Readonly
sub
Type
sub
Type
:
AIRPLAY_STATE_CHANGE
type
type
:
CAST_EVENT
The type of the event.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
date
state
sub
Type
type
React Native THEOplayer
Loading...
Fired when an event occurs.