Package com.batch.android
Interface BatchEventDispatcher
-
public interface BatchEventDispatcherInterface used when listening for event to dispatch. SeeBatch.EventDispatcher.addDispatcher(BatchEventDispatcher)andBatch.EventDispatcher.removeDispatcher(BatchEventDispatcher).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddispatchEvent(Batch.EventDispatcher.Type eventType, Batch.EventDispatcher.Payload payload)Callback when a new events just happened in the Batch SDK
-
-
-
Method Detail
-
dispatchEvent
void dispatchEvent(@NonNull Batch.EventDispatcher.Type eventType, @NonNull Batch.EventDispatcher.Payload payload)Callback when a new events just happened in the Batch SDK- Parameters:
eventType-payload-
-
-