HKHealthStore.StartWatchAppAsync(HKWorkoutConfiguration) Method

Definition

Launches or wakes the Watch app for the workout.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<Tuple<bool,Foundation.NSError>> StartWatchAppAsync (HealthKit.HKWorkoutConfiguration workoutConfiguration);
abstract member StartWatchAppAsync : HealthKit.HKWorkoutConfiguration -> System.Threading.Tasks.Task<bool * Foundation.NSError>
override this.StartWatchAppAsync : HealthKit.HKWorkoutConfiguration -> System.Threading.Tasks.Task<bool * Foundation.NSError>

Parameters

workoutConfiguration
HKWorkoutConfiguration

Returns

A task that represents the asynchronous StartWatchApp operation. The value of the TResult parameter is of type System.Action<System.Boolean,Foundation.NSError>.

Attributes

Applies to