Batch Event Dispatcher
interface BatchEventDispatcher
Interface used when listening for event to dispatch. See addDispatcher and removeDispatcher.
Functions
Link copied to clipboard
abstract fun dispatchEvent(@NonNull eventType: Batch.EventDispatcher.Type, @NonNull payload: Batch.EventDispatcher.Payload)
Callback when a new events just happened in the Batch SDK
Link copied to clipboard
Get the version of the dispatcher This information is only used for analytics /!