xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INSearchForMediaIntentHandling", WrapperType = typeof(INSearchForMediaIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSearch", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V108) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMediaIntent), typeof(Action<INSearchForMediaIntentResponse>) }, Selector = "handleSearchForMedia:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V108) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMediaIntent), typeof(Action<INSearchForMediaIntentResponse>) }, Selector = "confirmSearchForMedia:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveMediaItems", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V109) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSearchForMediaIntent), typeof(Action<INSearchForMediaMediaItemResolutionResult[]>) }, Selector = "resolveMediaItemsForSearchForMedia:withCompletion:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINSearchForMediaIntentHandling : 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. |