Interface EventBroadcastAPIInternal

The EventBroadcastAPI allows dispatching extra player events to both ReactNative and native listeners.

interface EventBroadcastAPI {
    broadcastEvent(event): void;
}

Methods

Generated using TypeDoc