Package apple.usernotifications.enums
Class UNNotificationSetting
- java.lang.Object
-
- apple.usernotifications.enums.UNNotificationSetting
-
public final class UNNotificationSetting extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDisabledThe notification setting is turned off.static longEnabledThe notification setting is turned on.static longNotSupportedThe application does not support this notification type
-
-
-
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
-
-