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