xamarinwatchos
namespace Intents
{
[Deprecated(PlatformName.iOS, 13, 0, PlatformArchitecture.None, "Use 'INStartCallIntentHandling' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 15, PlatformArchitecture.None, "Use 'INStartCallIntentHandling' instead.")]
[Deprecated(PlatformName.WatchOS, 6, 0, PlatformArchitecture.None, "Use 'INStartCallIntentHandling' instead.")]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 2, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 12, 0, PlatformArchitecture.Arch64, null)]
[Protocol(Name = "INStartAudioCallIntentHandling", WrapperType = typeof(INStartAudioCallIntentHandlingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleStartAudioCall", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V55) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartAudioCallIntent), typeof(Action<INStartAudioCallIntentResponse>) }, Selector = "handleStartAudioCall:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmStartAudioCall", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V55) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartAudioCallIntent), typeof(Action<INStartAudioCallIntentResponse>) }, Selector = "confirmStartAudioCall:completion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveDestinationType", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V125) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartAudioCallIntent), typeof(Action<INCallDestinationTypeResolutionResult>) }, Selector = "resolveDestinationTypeForStartAudioCall:withCompletion:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveContacts", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V110) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INStartAudioCallIntent), typeof(Action<INPersonResolutionResult[]>) }, Selector = "resolveContactsForStartAudioCall:withCompletion:")]
public interface IINStartAudioCallIntentHandling : 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. |