xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Protocol(Name = "INSearchForPhotosIntentHandling", WrapperType = typeof(INSearchForPhotosIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSearchForPhotos", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V85) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INSearchForPhotosIntentResponse>) }, Selector = "handleSearchForPhotos:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmSearchForPhotos", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V85) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INSearchForPhotosIntentResponse>) }, Selector = "confirmSearchForPhotos:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDateCreated", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V80) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INDateComponentsRangeResolutionResult>) }, Selector = "resolveDateCreatedForSearchForPhotos:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveLocationCreated", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V70) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INPlacemarkResolutionResult>) }, Selector = "resolveLocationCreatedForSearchForPhotos:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveAlbumName", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V81) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INStringResolutionResult>) }, Selector = "resolveAlbumNameForSearchForPhotos:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveSearchTerms", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V112) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INStringResolutionResult[]>) }, Selector = "resolveSearchTermsForSearchForPhotos:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePeopleInPhoto", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V110) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForPhotosIntent), typeof(Action<INPersonResolutionResult[]>) }, Selector = "resolvePeopleInPhotoForSearchForPhotos:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINSearchForPhotosIntentHandling : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |