Share via


IINSearchForPhotosIntentHandling.ResolveLocationCreated Method

Definition

Developers may override this method to customize the resolution of the location-created variable.

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

Parameters

intent
INSearchForPhotosIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to