IINStartPhotoPlaybackIntentHandling.HandleStartPhotoPlayback 方法

定义

开发人员必须重写此方法,并使用 相应的 INStartPhotoPlaybackIntentintent调用 T:System.Action'1INStartPhotoPlaybackIntentResponse

[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>

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

属性

适用于