HKHealthStore.SaveObject(HKObject, Action<Boolean,NSError>) Method
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.
Saves obj
and runs completion
when finished.
[Foundation.Export("saveObject:withCompletion:")]
public virtual void SaveObject (HealthKit.HKObject obj, Action<bool,Foundation.NSError> completion);
abstract member SaveObject : HealthKit.HKObject * Action<bool, Foundation.NSError> -> unit
override this.SaveObject : HealthKit.HKObject * Action<bool, Foundation.NSError> -> unit
Parameters
- obj
- HKObject
- Attributes