HKHealthStore.StartWatchAppAsync(HKWorkoutConfiguration) 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.
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