IINResumeWorkoutIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用适用于 的 INResumeWorkoutIntentResponsearg调用completion

[Foundation.Protocol(Name="INResumeWorkoutIntentHandling", WrapperType=typeof(Intents.INResumeWorkoutIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINResumeWorkoutIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINResumeWorkoutIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

HandleResumeWorkout(INResumeWorkoutIntent, Action<INResumeWorkoutIntentResponse>)

开发人员必须重写此方法,并使用 适用于 INResumeWorkoutIntentintent的 调用 T:System.Action'1INResumeWorkoutIntentResponse

扩展方法

ConfirmResumeWorkout(IINResumeWorkoutIntentHandling, INResumeWorkoutIntent, Action<INResumeWorkoutIntentResponse>)

开发人员可以替代此方法,以自定义应恢复锻炼的确认。

ResolveWorkoutName(IINResumeWorkoutIntentHandling, INResumeWorkoutIntent, Action<INSpeakableStringResolutionResult>)

开发人员可以调用此方法来触发锻炼名称的验证。

适用于