| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use HKWorkoutSession's start method |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use HKWorkoutSession's end method |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use HKWorkoutSession's pause method |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use HKWorkoutSession's resume method |
| Declaration | |
|---|---|
| From | @property (readonly, strong, nonnull) HKQuantityType *quantityType |
| To | @property (readonly, copy, nonnull) HKQuantityType *quantityType |
| Declaration | |
|---|---|
| From | @property (readonly, strong, nonnull) HKQuantity *quantity |
| To | @property (readonly, copy, nonnull) HKQuantity *quantity |
| Declaration | |
|---|---|
| From | @property (readonly, strong, nonnull) HKSampleType *sampleType |
| To | @property (readonly, copy, nonnull) HKSampleType *sampleType |
| Availability | Replacement | |
|---|---|---|
| From | Available | none |
| To | Deprecated | initWithHealthStore:configuration:error: |