Class NotificationConfig
Object
NotificationConfig
- All Implemented Interfaces:
Config,SystemConfig,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleanbooleanvoidsetAndroidPushEnabled(boolean androidPushEnabled) voidsetIosPushEnabled(boolean iosPushEnabled)
-
Constructor Details
-
NotificationConfig
public NotificationConfig()
-
-
Method Details
-
isAndroidPushEnabled
public boolean isAndroidPushEnabled() -
setAndroidPushEnabled
public void setAndroidPushEnabled(boolean androidPushEnabled) -
isIosPushEnabled
public boolean isIosPushEnabled() -
setIosPushEnabled
public void setIosPushEnabled(boolean iosPushEnabled) -
disableAllPushServices
public void disableAllPushServices() -
enableAllPushServices
public void enableAllPushServices()
-