-
- All Implemented Interfaces:
-
com.onesignal.common.events.IEventNotifier,com.onesignal.common.modeling.IModelChangedHandler,com.onesignal.common.modeling.IModelStore
public class TriggerModelStore extends SimpleModelStore<TriggerModel>
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanhasSubscribersprivate final Stringname
-
Constructor Summary
Constructors Constructor Description TriggerModelStore()
-
Method Summary
Modifier and Type Method Description BooleangetHasSubscribers()final StringgetName()-
Methods inherited from class com.onesignal.common.modeling.SimpleModelStore
add, add, clear, get, list, onChanged, persist, remove, replaceAll, subscribe, unsubscribe -
Methods inherited from class com.onesignal.inAppMessages.internal.triggers.TriggerModelStore
create -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getHasSubscribers
Boolean getHasSubscribers()
-
-
-
-