Package apple.corebluetooth.enums
Class CBPeripheralManagerAuthorizationStatus
- java.lang.Object
-
- apple.corebluetooth.enums.CBPeripheralManagerAuthorizationStatus
-
public final class CBPeripheralManagerAuthorizationStatus extends java.lang.Object[@enum] CBPeripheralManagerAuthorizationStatus 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longAuthorizedstatic 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
-
Authorized
public static final long Authorized
- See Also:
- Constant Field Values
-
-