Share via


IINStartPhotoPlaybackIntentHandling.ResolveLocationCreated Method

Definition

Developers may implement this in order to customize the behavior of resolving the location where the photos were taken.

[Foundation.Export("resolveLocationCreatedForStartPhotoPlayback:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveLocationCreated(Intents.INStartPhotoPlaybackIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
[<Foundation.Export("resolveLocationCreatedForStartPhotoPlayback:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveLocationCreated : Intents.INStartPhotoPlaybackIntent * Action<Intents.INPlacemarkResolutionResult> -> unit
override this.ResolveLocationCreated : Intents.INStartPhotoPlaybackIntent * Action<Intents.INPlacemarkResolutionResult> -> unit

Parameters

intent
INStartPhotoPlaybackIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to