xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 5, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INPlayMediaIntentHandling", WrapperType = typeof(INPlayMediaIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandlePlayMedia", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V87) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INPlayMediaIntentResponse>) }, Selector = "handlePlayMedia:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Confirm", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V87) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INPlayMediaIntentResponse>) }, Selector = "confirmPlayMedia:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveMediaItems", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V88) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<NSArray<INPlayMediaMediaItemResolutionResult>>) }, Selector = "resolveMediaItemsForPlayMedia:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePlayShuffled", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V89) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INBooleanResolutionResult>) }, Selector = "resolvePlayShuffledForPlayMedia:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePlaybackRepeatMode", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V90) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INPlaybackRepeatModeResolutionResult>) }, Selector = "resolvePlaybackRepeatModeForPlayMedia:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveResumePlayback", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V89) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INBooleanResolutionResult>) }, Selector = "resolveResumePlaybackForPlayMedia:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePlaybackQueueLocation", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V91) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INPlaybackQueueLocationResolutionResult>) }, Selector = "resolvePlaybackQueueLocationForPlayMedia:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolvePlaybackSpeed", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V92) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INPlayMediaIntent), typeof(Action<INPlayMediaPlaybackSpeedResolutionResult>) }, Selector = "resolvePlaybackSpeedForPlayMedia:withCompletion:")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface IINPlayMediaIntentHandling : 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. |