次の方法で共有


INStartPhotoPlaybackIntentHandling_Extensions.ConfirmStartPhotoPlayback メソッド

定義

開発者は、このメソッドを実装して、写真再生セッションが開始される可能性があることを確認する動作をカスタマイズできます。

public static void ConfirmStartPhotoPlayback (this Intents.IINStartPhotoPlaybackIntentHandling This, Intents.INStartPhotoPlaybackIntent intent, Action<Intents.INStartPhotoPlaybackIntentResponse> completion);
static member ConfirmStartPhotoPlayback : Intents.IINStartPhotoPlaybackIntentHandling * Intents.INStartPhotoPlaybackIntent * Action<Intents.INStartPhotoPlaybackIntentResponse> -> unit

パラメーター

This
IINStartPhotoPlaybackIntentHandling

このメソッドが動作するインスタンス。

intent
INStartPhotoPlaybackIntent

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

completion
Action<INStartPhotoPlaybackIntentResponse>

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

適用対象