![]() |
RDK Documentation (Open Sourced RDK Components)
|
Private data structure for JS binding object. More...
#include <jsbindings.h>


Public Member Functions | |
| PrivAAMPStruct_JS (const PrivAAMPStruct_JS &)=delete | |
| PrivAAMPStruct_JS & | operator= (const PrivAAMPStruct_JS &)=delete |
| virtual JSObjectRef | getCallbackForAdId (std::string id) |
| virtual void | removeCallbackForAdId (std::string id) |
Data Fields | |
| JSGlobalContextRef | _ctx |
| PlayerInstanceAAMP * | _aamp |
| std::multimap< AAMPEventType, void * > | _listeners |
Private data structure for JS binding object.
Definition at line 35 of file jsbindings.h.