public final class ENAuthorizationStatus
extends java.lang.Object
Indicates the status of authorization for the app.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized
The user has authorized this app to use Exposure Notification.
|
static long |
NotAuthorized
The user denied authorization for this app.
|
static long |
Restricted
This app is not authorized to use Exposure Notification.
|
static long |
Unknown
Authorization status has not yet been determined.
|
public static final long Unknown
public static final long Restricted
public static final long NotAuthorized
public static final long Authorized