Package apple.corebluetooth.enums
Class CBManagerAuthorization
- java.lang.Object
-
- apple.corebluetooth.enums.CBManagerAuthorization
-
public final class CBManagerAuthorization extends java.lang.Object[@enum] CBManagerAuthorization 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longAllowedAlwaysstatic longDeniedstatic longNotDeterminedstatic longRestricted
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
- See Also:
- Constant Field Values
-
Denied
public static final long Denied
- See Also:
- Constant Field Values
-
AllowedAlways
public static final long AllowedAlways
- See Also:
- Constant Field Values
-
-