Package com.onesignal.common.events
See: Description
-
Class Summary Class Description CallbackProducer A standard implementation that implements ICallbackNotifier and additional functionality to make callbacks less burdensome to the user. EventProducer A standard implementation that implements IEventNotifier and additional functionality to make event firing less burdensome to the user. -
Interface Summary Interface Description ICallbackNotifier A generic interface which indicates the implementer has the ability to callback through the generic THandler interface specified. IEventNotifier A generic interface which indicates the implementer has the ability to notify events through the generic THandler interface specified.