HKHealthStore.DeleteObject(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.
Deletes and object from the store and runs an action after it has been deleted.
[Foundation.Export("deleteObject:withCompletion:")]
public virtual void DeleteObject (HealthKit.HKObject obj, Action<bool,Foundation.NSError> completion);
abstract member DeleteObject : HealthKit.HKObject * Action<bool, Foundation.NSError> -> unit
override this.DeleteObject : HealthKit.HKObject * Action<bool, Foundation.NSError> -> unit
Parameters
- obj
- HKObject
- Attributes