次の方法で共有


IINPauseWorkoutIntentHandling インターフェイス

定義

実装時に、 に適切な を使用して を呼び出す completion 必要があるハンドラー メソッドを INPauseWorkoutIntentResponse 定義する argインターフェイス。

[Foundation.Protocol(Name="INPauseWorkoutIntentHandling", WrapperType=typeof(Intents.INPauseWorkoutIntentHandlingWrapper))]
[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 IINPauseWorkoutIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINPauseWorkoutIntentHandling = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

HandlePauseWorkout(INPauseWorkoutIntent, Action<INPauseWorkoutIntentResponse>)

開発者はこのメソッドをオーバーライドし、適切な を使用して T:System.Action'1INPauseWorkoutIntentResponseINPauseWorkoutIntentintent呼び出す必要があります。

拡張メソッド

ConfirmPauseWorkout(IINPauseWorkoutIntentHandling, INPauseWorkoutIntent, Action<INPauseWorkoutIntentResponse>)

開発者は、このメソッドをオーバーライドして、ワークアウトの一時停止の確認をカスタマイズできます。

ResolveWorkoutName(IINPauseWorkoutIntentHandling, INPauseWorkoutIntent, Action<INSpeakableStringResolutionResult>)

開発者は、このメソッドを呼び出して、ワークアウト名の検証をトリガーできます。

適用対象