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>

必须由替代调用的完成方法。

适用于