Compartilhar via


IINStartPhotoPlaybackIntentHandling.HandleStartPhotoPlayback Método

Definição

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INStartPhotoPlaybackIntentResponse apropriado para o INStartPhotoPlaybackIntentintent.

[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

Parâmetros

intent
INStartPhotoPlaybackIntent

Especifica a intenção do usuário.

completion
Action<INStartPhotoPlaybackIntentResponse>

Método de conclusão que deve ser chamado pela substituição.

Atributos

Aplica-se a