Package apple.healthkit.enums
Class HKAuthorizationStatus
- java.lang.Object
-
- apple.healthkit.enums.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.
-
-
Field Summary
Fields Modifier and Type Field Description static longNotDeterminedstatic longSharingAuthorizedstatic longSharingDenied
-
-
-
Field Detail
-
NotDetermined
public static final long NotDetermined
- See Also:
- Constant Field Values
-
SharingDenied
public static final long SharingDenied
- See Also:
- Constant Field Values
-
SharingAuthorized
public static final long SharingAuthorized
- See Also:
- Constant Field Values
-
-