Readonly
stateThe binder's state
Optional
Readonly
trickyThe tricky media player handler can be provided where some interaction with the media player needs to be done in a tricky way. In that case, use the tricky media player handler's methods instead of those of the media player itself.
Will bind an OMAP client to the media player that the binder uses.
the OMAP client to bind
Use the on method to remove listeners for the AD_POD_STARTED
event.
the type of event : BinderEvent.AD_POD_STARTED
the listener function
Use the on method to remove listeners for the AD_POD_ENDED
event.
the type of event : BinderEvent.AD_POD_ENDED
the listener function
Use the on method to remove listeners for the AD_STARTED
event.
the type of event : BinderEvent.AD_STARTED
the listener function
Use the on method to remove listeners for the AD_ENDED
event.
the type of event : BinderEvent.AD_ENDED
the listener function
Use the on method to remove listeners for the AD_INFO_UPDATED
event.
the type of event : BinderEvent.AD_INFO_UPDATED
the listener function
Use the on method to remove listeners for the AD_SKIPPABLE_STATE_CHANGED
event.
the type of event : BinderEvent.AD_SKIPPABLE_STATE_CHANGED
the listener function
Use the on method to listen for the AD_POD_STARTED
event.
the type of event : BinderEvent.AD_POD_STARTED
the listener function
Use the on method to listen for the AD_POD_ENDED
event.
the type of event : BinderEvent.AD_POD_ENDED
the listener function
Use the on method to listen for the AD_STARTED
event.
the type of event : BinderEvent.AD_STARTED
the listener function
Use the on method to listen for the AD_ENDED
event.
the type of event : BinderEvent.AD_ENDED
the listener function
Use the on method to listen for the AD_INFO_UPDATED
event.
the type of event : BinderEvent.AD_INFO_UPDATED
the listener function
Use the on method to listen for the AD_SKIPPABLE_STATE_CHANGED
event.
the type of event : BinderEvent.AD_SKIPPABLE_STATE_CHANGED
the listener function
Will update the configuration of the binder.
Generated using TypeDoc
Interface for OMAP binder implementations