Package apple.usernotifications.enums
Class UNAuthorizationOptions
- java.lang.Object
-
- apple.usernotifications.enums.UNAuthorizationOptions
-
public final class UNAuthorizationOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlertstatic longAnnouncementstatic longBadgestatic longCarPlaystatic longCriticalAlertstatic longProvidesAppNotificationSettingsstatic longProvisionalstatic longSound
-
-
-
Field Detail
-
Badge
public static final long Badge
- See Also:
- Constant Field Values
-
Sound
public static final long Sound
- See Also:
- Constant Field Values
-
Alert
public static final long Alert
- See Also:
- Constant Field Values
-
CarPlay
public static final long CarPlay
- See Also:
- Constant Field Values
-
CriticalAlert
public static final long CriticalAlert
- See Also:
- Constant Field Values
-
ProvidesAppNotificationSettings
public static final long ProvidesAppNotificationSettings
- See Also:
- Constant Field Values
-
Provisional
public static final long Provisional
- See Also:
- Constant Field Values
-
Announcement
public static final long Announcement
- See Also:
- Constant Field Values
-
-