Class UNNotificationSetting


  • public final class UNNotificationSetting
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Disabled
      The notification setting is turned off.
      static long Enabled
      The notification setting is turned on.
      static long NotSupported
      The application does not support this notification type
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NotSupported

        public static final long NotSupported
        The application does not support this notification type
        See Also:
        Constant Field Values
      • Disabled

        public static final long Disabled
        The notification setting is turned off.
        See Also:
        Constant Field Values
      • Enabled

        public static final long Enabled
        The notification setting is turned on.
        See Also:
        Constant Field Values