HKAuthorizationStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the permission of the app to read or write health data.
[ObjCRuntime.Native]
public enum HKAuthorizationStatus
[<ObjCRuntime.Native>]
type HKAuthorizationStatus =
- Inheritance
-
HKAuthorizationStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| NotDetermined | 0 | The permission has not yet been determined. |
| SharingDenied | 1 | Sharing is not allowed. |
| SharingAuthorized | 2 | Sharing is allowed. |