Class HKAuthorizationStatus


  • public final class HKAuthorizationStatus
    extends java.lang.Object
    [@enum] HKAuthorizationStatus This enumerated type is used to indicate the currently granted authorization status for a specific HKObjectType. [@constant] HKAuthorizationStatusNotDetermined The user has not yet made a choice regarding whether this application may save objects of the specified type. [@constant] HKAuthorizationStatusSharingDenied This application is not allowed to save objects of the specified type. [@constant] HKAuthorizationStatusSharingAuthorized This application is authorized to save objects of the specified type.
    • Method Summary

      • Methods inherited from class java.lang.Object

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