INStartPhotoPlaybackIntentHandling_Extensions.ResolveAlbumName Method

Definition

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

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

Parameters

This
IINStartPhotoPlaybackIntentHandling

The instance on which this method operates.

intent
INStartPhotoPlaybackIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Applies to