Share via


INStartPhotoPlaybackIntentHandling_Extensions.ResolveAlbumName Method

Definition

Developers may implement this method to confirm that they can resolve the photo album name.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveAlbumName(this Intents.IINStartPhotoPlaybackIntentHandling This, Intents.INStartPhotoPlaybackIntent intent, Action<Intents.INStringResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveAlbumName : Intents.IINStartPhotoPlaybackIntentHandling * Intents.INStartPhotoPlaybackIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

intent
INStartPhotoPlaybackIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to