RDK Documentation (Open Sourced RDK Components)
|
JavaScript Event Impl for AAMP_JSController and AAMPMediaPlayer_JS. More...
Go to the source code of this file.
Functions | |
static JSClassRef | AAMPJSEvent_class_ref () |
JSObjectRef | createNewAAMPJSEvent (JSGlobalContextRef ctx, const char *type, bool bubbles, bool cancelable) |
To create a new JS event instance. More... | |
Variables | |
static const JSClassDefinition | AAMPJSEvent_object_def |
Structure contains properties and callbacks of Event object of AAMP_JSController. More... | |
JavaScript Event Impl for AAMP_JSController and AAMPMediaPlayer_JS.
Definition in file jsevent.cpp.
JSObjectRef createNewAAMPJSEvent | ( | JSGlobalContextRef | ctx, |
const char * | type, | ||
bool | bubbles, | ||
bool | cancelable | ||
) |
To create a new JS event instance.
[in] | ctx | JS execution context |
[in] | type | event type |
[in] | bubbles | denotes if event support bubbling |
[in] | cancelable | denotes if event is cancelable |
JSObject | of the new instance created |
Definition at line 519 of file jsevent.cpp.
|
static |
Structure contains properties and callbacks of Event object of AAMP_JSController.
Definition at line 489 of file jsevent.cpp.