Package apple.usernotifications.enums
Class UNAuthorizationStatus
- java.lang.Object
-
- apple.usernotifications.enums.UNAuthorizationStatus
-
public final class UNAuthorizationStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedThe application is authorized to post user notifications.static longDeniedThe application is not authorized to post user notifications.static longEphemeralThe application is temporarily authorized to post notifications.static longNotDeterminedThe user has not yet made a choice regarding whether the application may post user notifications.static longProvisionalThe application is authorized to post non-interruptive user notifications.
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
The user has not yet made a choice regarding whether the application may post user notifications.- See Also:
- Constant Field Values
-
Denied
public static final long Denied
The application is not authorized to post user notifications.- See Also:
- Constant Field Values
-
Authorized
public static final long Authorized
The application is authorized to post user notifications.- See Also:
- Constant Field Values
-
Provisional
public static final long Provisional
The application is authorized to post non-interruptive user notifications.- See Also:
- Constant Field Values
-
Ephemeral
public static final long Ephemeral
The application is temporarily authorized to post notifications. Only available to app clips.- See Also:
- Constant Field Values
-
-