|
BEHealthKit 1.11
A HealthKit plugin for Unity
|
Storage class for HealthKit data types. Used to create the editor UI & authorization.
Public Attributes | |
| string | name |
| bool | read |
| bool | write |
| bool | writable |
Public Member Functions | |
| HKNameValuePair (string n, bool w) | |
| default constructor | |
| string BeliefEngine.HealthKit.HKNameValuePair.name |
human-readable name of the HKDataType
| bool BeliefEngine.HealthKit.HKNameValuePair.read |
read permission?
| bool BeliefEngine.HealthKit.HKNameValuePair.writable |
is writing allowed?
| bool BeliefEngine.HealthKit.HKNameValuePair.write |
write permission?