public final class HKAuthorizationStatus
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
NotDetermined |
static long |
SharingAuthorized |
static long |
SharingDenied |
public static final long NotDetermined
public static final long SharingDenied
public static final long SharingAuthorized