public final class UNAuthorizationStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized
The application is authorized to post user notifications.
|
static long |
Denied
The application is not authorized to post user notifications.
|
static long |
Ephemeral
The application is temporarily authorized to post notifications.
|
static long |
NotDetermined
The user has not yet made a choice regarding whether the application may post user notifications.
|
static long |
Provisional
The application is authorized to post non-interruptive user notifications.
|
public static final long NotDetermined
public static final long Denied
public static final long Authorized
public static final long Provisional
public static final long Ephemeral