ReadonlylogA string prefix for all log statements made by this target.
Returns true if the event host has any listeners.
Returns true if the event host has any listeners for the given type.
Stores pending events to persistence. If the app is closed before the player unloads a track, these events will be recovered and emitted (asynchronously) when this function is called. Events will be saved to persistence
Adds an event handler for the given typed event.
The key representing the event type to listen for.
A callback to invoke when the event with the given type is dispatched.
Optionaloptions: SignalOptionsOptions for changing listening behavior.
Returns a method, when invoked, removes the handler.
Dispatches MTS business events.