Package com.onesignal.common.modeling
See: Description
-
Interface Summary Interface Description IModelChangedHandler Implement IModelChangedHandler and subscribe implementation via Model.subscribe to be notified when the Model has changed. IModelStore A model store provides access to the underlying models. IModelStoreChangeHandler A handler interface for IModelStore.subscribe. ISingletonModelStore A model store that expects to only contain a single Model within it. ISingletonModelStoreChangeHandler A handler interface for ISingletonModelStore.subscribe. -
Class Summary Class Description ModelChangedArgs The arguments passed to the IModelChangedHandler handler when subscribed via Model.subscribe MapModel A Map Model is a MutableMap that has a key of type string and a generically-specified value. Model The base class for a Model. ModelStore The abstract implementation of a model store. SimpleModelStore A simple model store is a concrete implementation of the ModelStore which provides a basic implementation of the create method. SingletonModelStore A singleton model store implementation that wraps a backing ModelStore to manage the single Model instance. -
Object Summary Object Description ModelChangeTags