HKHealthStore.StartWatchApp Method

Definition

Launches or wakes the Watch app for the workout.

[Foundation.Export("startWatchAppWithWorkoutConfiguration:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartWatchApp (HealthKit.HKWorkoutConfiguration workoutConfiguration, Action<bool,Foundation.NSError> completion);
abstract member StartWatchApp : HealthKit.HKWorkoutConfiguration * Action<bool, Foundation.NSError> -> unit
override this.StartWatchApp : HealthKit.HKWorkoutConfiguration * Action<bool, Foundation.NSError> -> unit

Parameters

workoutConfiguration
HKWorkoutConfiguration
completion
Action<Boolean,NSError>

A handler to run when the operation completes.

Attributes

Applies to