INSearchForPhotosIntentHandling_Extensions Class

Definition

Optional methods of the IINSearchForPhotosIntentHandling interface.

public static class INSearchForPhotosIntentHandling_Extensions
type INSearchForPhotosIntentHandling_Extensions = class
Inheritance
INSearchForPhotosIntentHandling_Extensions

Methods

ConfirmSearchForPhotos(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

Developers may override this method to customize the confirmation of a photo search.

ResolveAlbumName(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult>)

Developers may override this method to customize the resoluition of a photo album name.

ResolveDateCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INDateComponentsRangeResolutionResult>)

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

ResolveLocationCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPlacemarkResolutionResult>)

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

ResolvePeopleInPhoto(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPersonResolutionResult[]>)

Developers may override this method to customize the resolution of people in the photo.

ResolveSearchTerms(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult[]>)

Developers may implement this method to customize resolution of the search terms.

Applies to