public final class CBManagerAuthorization
extends java.lang.Object
Represents the current authorization state of a CBManager.
[@constant] CBManagerAuthorizationStatusNotDetermined User has not yet made a choice with regards to this application. [@constant] CBManagerAuthorizationStatusRestricted This application is not authorized to use bluetooth. The user cannot change this application’s status, possibly due to active restrictions such as parental controls being in place. [@constant] CBManagerAuthorizationStatusDenied User has explicitly denied this application from using bluetooth. [@constant] CBManagerAuthorizationStatusAuthorizedAlways User has authorized this application to use bluetooth always.
| Modifier and Type | Field and Description |
|---|---|
static long |
AllowedAlways |
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 AllowedAlways