xamarinios
namespace Intents
{
    [Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "INSetAudioSourceInCarIntentHandling", WrapperType = typeof(INSetAudioSourceInCarIntentHandlingWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HandleSetAudioSourceInCar", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V92) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSetAudioSourceInCarIntent), typeof(Action<INSetAudioSourceInCarIntentResponse>) }, Selector = "handleSetAudioSourceInCar:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ConfirmSetAudioSourceInCar", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V92) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSetAudioSourceInCarIntent), typeof(Action<INSetAudioSourceInCarIntentResponse>) }, Selector = "confirmSetAudioSourceInCar:completion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveAudioSource", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V164) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSetAudioSourceInCarIntent), typeof(Action<INCarAudioSourceResolutionResult>) }, Selector = "resolveAudioSourceForSetAudioSourceInCar:withCompletion:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ResolveRelativeAudioSourceReference", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V165) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INSetAudioSourceInCarIntent), typeof(Action<INRelativeReferenceResolutionResult>) }, Selector = "resolveRelativeAudioSourceReferenceForSetAudioSourceInCar:withCompletion:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface IINSetAudioSourceInCarIntentHandling : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("handleSetAudioSourceInCar:completion:")]
        [Preserve(Conditional = true)]
        void HandleSetAudioSourceInCar(INSetAudioSourceInCarIntent! intent, [BlockProxy(typeof(NIDActionArity1V92))] Action<INSetAudioSourceInCarIntentResponse!>! completion);
    }
}
.NET
6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API