Package 

Class FCMConfigModel

  • All Implemented Interfaces:
    com.onesignal.common.events.IEventNotifier

    
    public final class FCMConfigModel
    extends Model
                        

    Configuration related to Firebase Cloud Messaging.

    • Method Summary

      Modifier and Type Method Description
      final String getProjectId()
      final Unit setProjectId(String projectId)
      final String getAppId()
      final Unit setAppId(String appId)
      final String getApiKey()
      final Unit setApiKey(String apiKey)
      final String getId()
      final Unit setId(String id)
      Boolean getHasSubscribers()
      • 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