KHPermission Status
Represents the user's response to a KHPermission request. He can either grant or deny a permission request. But since Apple's HealthKit does not provide the real read status of any permission due to privacy concerns, another type of status was introduced named NotDetermined. In this case, the user will have to just try to read the data from HealthKit, if the data is returned, it means that the app was granted the permission, otherwise not.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.