-
- All Implemented Interfaces:
-
com.onesignal.common.events.IEventNotifier
public final class ConfigModel extends Model
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConfigModel()
-
Method Summary
-
Methods inherited from class com.onesignal.core.internal.config.ConfigModel
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
-
getIsInitializedWithRemote
final Boolean getIsInitializedWithRemote()
-
setIsInitializedWithRemote
final Unit setIsInitializedWithRemote(Boolean isInitializedWithRemote)
-
getPushSubscriptionId
final String getPushSubscriptionId()
-
setPushSubscriptionId
final Unit setPushSubscriptionId(String pushSubscriptionId)
-
getConsentRequired
final Boolean getConsentRequired()
-
setConsentRequired
final Unit setConsentRequired(Boolean consentRequired)
-
getConsentGiven
final Boolean getConsentGiven()
-
setConsentGiven
final Unit setConsentGiven(Boolean consentGiven)
-
getLocationShared
final Boolean getLocationShared()
-
setLocationShared
final Unit setLocationShared(Boolean locationShared)
-
getDisableGMSMissingPrompt
final Boolean getDisableGMSMissingPrompt()
-
setDisableGMSMissingPrompt
final Unit setDisableGMSMissingPrompt(Boolean disableGMSMissingPrompt)
-
getUserRejectedGMSUpdate
final Boolean getUserRejectedGMSUpdate()
-
setUserRejectedGMSUpdate
final Unit setUserRejectedGMSUpdate(Boolean userRejectedGMSUpdate)
-
getUnsubscribeWhenNotificationsDisabled
final Boolean getUnsubscribeWhenNotificationsDisabled()
-
setUnsubscribeWhenNotificationsDisabled
final Unit setUnsubscribeWhenNotificationsDisabled(Boolean unsubscribeWhenNotificationsDisabled)
-
getHttpTimeout
final Integer getHttpTimeout()
-
setHttpTimeout
final Unit setHttpTimeout(Integer httpTimeout)
-
getHttpGetTimeout
final Integer getHttpGetTimeout()
-
setHttpGetTimeout
final Unit setHttpGetTimeout(Integer httpGetTimeout)
-
getHttpRetryAfterParseFailFallback
final Integer getHttpRetryAfterParseFailFallback()
-
setHttpRetryAfterParseFailFallback
final Unit setHttpRetryAfterParseFailFallback(Integer httpRetryAfterParseFailFallback)
-
getSessionFocusTimeout
final Long getSessionFocusTimeout()
-
setSessionFocusTimeout
final Unit setSessionFocusTimeout(Long sessionFocusTimeout)
-
getOpRepoExecutionInterval
final Long getOpRepoExecutionInterval()
-
setOpRepoExecutionInterval
final Unit setOpRepoExecutionInterval(Long opRepoExecutionInterval)
-
getOpRepoPostWakeDelay
final Long getOpRepoPostWakeDelay()
-
setOpRepoPostWakeDelay
final Unit setOpRepoPostWakeDelay(Long opRepoPostWakeDelay)
-
getOpRepoPostCreateDelay
final Long getOpRepoPostCreateDelay()
-
setOpRepoPostCreateDelay
final Unit setOpRepoPostCreateDelay(Long opRepoPostCreateDelay)
-
getOpRepoPostCreateRetryUpTo
final Long getOpRepoPostCreateRetryUpTo()
-
setOpRepoPostCreateRetryUpTo
final Unit setOpRepoPostCreateRetryUpTo(Long opRepoPostCreateRetryUpTo)
-
getOpRepoDefaultFailRetryBackoff
final Long getOpRepoDefaultFailRetryBackoff()
-
setOpRepoDefaultFailRetryBackoff
final Unit setOpRepoDefaultFailRetryBackoff(Long opRepoDefaultFailRetryBackoff)
-
getFetchIAMMinInterval
final Long getFetchIAMMinInterval()
-
setFetchIAMMinInterval
final Unit setFetchIAMMinInterval(Long fetchIAMMinInterval)
-
getForegroundFetchNotificationPermissionInterval
final Long getForegroundFetchNotificationPermissionInterval()
-
setForegroundFetchNotificationPermissionInterval
final Unit setForegroundFetchNotificationPermissionInterval(Long foregroundFetchNotificationPermissionInterval)
-
getBackgroundFetchNotificationPermissionInterval
final Long getBackgroundFetchNotificationPermissionInterval()
-
setBackgroundFetchNotificationPermissionInterval
final Unit setBackgroundFetchNotificationPermissionInterval(Long backgroundFetchNotificationPermissionInterval)
-
getGoogleProjectNumber
final String getGoogleProjectNumber()
-
setGoogleProjectNumber
final Unit setGoogleProjectNumber(String googleProjectNumber)
-
getEnterprise
final Boolean getEnterprise()
-
setEnterprise
final Unit setEnterprise(Boolean enterprise)
-
getUseIdentityVerification
final Boolean getUseIdentityVerification()
-
setUseIdentityVerification
final Unit setUseIdentityVerification(Boolean useIdentityVerification)
-
getNotificationChannels
final JSONArray getNotificationChannels()
-
setNotificationChannels
final Unit setNotificationChannels(JSONArray notificationChannels)
-
getFirebaseAnalytics
final Boolean getFirebaseAnalytics()
-
setFirebaseAnalytics
final Unit setFirebaseAnalytics(Boolean firebaseAnalytics)
-
getRestoreTTLFilter
final Boolean getRestoreTTLFilter()
-
setRestoreTTLFilter
final Unit setRestoreTTLFilter(Boolean restoreTTLFilter)
-
getReceiveReceiptEnabled
final Boolean getReceiveReceiptEnabled()
-
setReceiveReceiptEnabled
final Unit setReceiveReceiptEnabled(Boolean receiveReceiptEnabled)
-
getClearGroupOnSummaryClick
final Boolean getClearGroupOnSummaryClick()
-
setClearGroupOnSummaryClick
final Unit setClearGroupOnSummaryClick(Boolean clearGroupOnSummaryClick)
-
getInfluenceParams
final InfluenceConfigModel getInfluenceParams()
-
getFcmParams
final FCMConfigModel getFcmParams()
-
getHasSubscribers
Boolean getHasSubscribers()
-
-
-
-