Share via


IINSearchForPhotosIntentHandling.ResolveDateCreated Method

Definition

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

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

Parameters

intent
INSearchForPhotosIntent

Specifies the user's intention.

completion
Action<INDateComponentsRangeResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to