-
- All Implemented Interfaces:
-
com.onesignal.common.events.IEventNotifier
public final class FCMConfigModel extends Model
Configuration related to Firebase Cloud Messaging.
-
-
Constructor Summary
Constructors Constructor Description FCMConfigModel(Model parentModel, String parentProperty)
-
Method Summary
Modifier and Type Method Description final StringgetProjectId()final UnitsetProjectId(String projectId)final StringgetAppId()final UnitsetAppId(String appId)final StringgetApiKey()final UnitsetApiKey(String apiKey)final StringgetId()final UnitsetId(String id)BooleangetHasSubscribers()-
Methods inherited from class com.onesignal.core.internal.config.FCMConfigModel
hasProperty, initializeFromJson, initializeFromModel, setAnyProperty, setBigDecimalProperty, setBooleanProperty, setDoubleProperty, setEnumProperty, setFloatProperty, setIntProperty, setListProperty, setLongProperty, setMapModelProperty, setOptAnyProperty, setOptBigDecimalProperty, setOptBooleanProperty, setOptDoubleProperty, setOptEnumProperty, setOptFloatProperty, setOptIntProperty, setOptListProperty, setOptLongProperty, setOptMapModelProperty, setOptStringProperty, setStringProperty, subscribe, toJSON, unsubscribe -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getProjectId
final String getProjectId()
-
setProjectId
final Unit setProjectId(String projectId)
-
getHasSubscribers
Boolean getHasSubscribers()
-
-
-
-