Class NotificationConfig

Object
NotificationConfig
All Implemented Interfaces:
Config, SystemConfig, Serializable

public class NotificationConfig extends Object implements SystemConfig
See Also:
  • 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()