IINSetAudioSourceInCarIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INSetAudioSourceInCarIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INSetAudioSourceInCarIntentHandling", WrapperType=typeof(Intents.INSetAudioSourceInCarIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetAudioSourceInCarIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetAudioSourceInCarIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSetAudioSourceInCar(INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INSetAudioSourceInCarIntentResponse appropriate to the INSetAudioSourceInCarIntent intent.

Extension Methods

ConfirmSetAudioSourceInCar(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>)

Developers may override this method to customize the confirmation of the audio source.

ResolveAudioSource(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INCarAudioSourceResolutionResult>)

Developers may override this method to customize the resolution of the requested audio source.

ResolveRelativeAudioSourceReference(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INRelativeReferenceResolutionResult>)

Developers may override this method to customize the resolution of a relative audio source (e.g, "next," "previous," etc.).

Applies to