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

      • Methods inherited from class java.lang.Object

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