public final class CBPeripheralManagerAuthorizationStatus
extends java.lang.Object
Represents the current state of a CBPeripheralManager.
[@constant] CBPeripheralManagerAuthorizationStatusNotDetermined User has not yet made a choice with regards to this application. [@constant] CBPeripheralManagerAuthorizationStatusRestricted This application is not authorized to share data while backgrounded. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place. [@constant] CBPeripheralManagerAuthorizationStatusDenied User has explicitly denied this application from sharing data while backgrounded. [@constant] CBPeripheralManagerAuthorizationStatusAuthorized User has authorized this application to share data while backgrounded.
| Modifier and Type | Field and Description |
|---|---|
static long |
Authorized |
static long |
Denied |
static long |
NotDetermined |
static long |
Restricted |
public static final long NotDetermined
public static final long Restricted
public static final long Denied
public static final long Authorized