次の方法で共有


IINStartPhotoPlaybackIntentHandling.HandleStartPhotoPlayback メソッド

定義

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

[Foundation.Export("handleStartPhotoPlayback:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleStartPhotoPlayback (Intents.INStartPhotoPlaybackIntent intent, Action<Intents.INStartPhotoPlaybackIntentResponse> completion);
abstract member HandleStartPhotoPlayback : Intents.INStartPhotoPlaybackIntent * Action<Intents.INStartPhotoPlaybackIntentResponse> -> unit

パラメーター

intent
INStartPhotoPlaybackIntent

ユーザーの意図を指定します。

completion
Action<INStartPhotoPlaybackIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

属性

適用対象