xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INAddMediaIntentHandling", WrapperType = typeof(INAddMediaIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleAddMedia", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V40) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddMediaIntent), typeof(Action<INAddMediaIntentResponse>) }, Selector = "handleAddMedia:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V40) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddMediaIntent), typeof(Action<INAddMediaIntentResponse>) }, Selector = "confirmAddMedia:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveMediaItems", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V41) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddMediaIntent), typeof(Action<INAddMediaMediaItemResolutionResult[]>) }, Selector = "resolveMediaItemsForAddMedia:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveMediaDestination", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V42) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INAddMediaIntent), typeof(Action<INAddMediaMediaDestinationResolutionResult>) }, Selector = "resolveMediaDestinationForAddMedia:withCompletion:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINAddMediaIntentHandling : 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. |