Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait