Share via


IINSetAudioSourceInCarIntentHandling Interfaz

Definición

Interfaz que define el método de controlador que, cuando se implementa, debe llamar a completion con un INSetAudioSourceInCarIntentResponse adecuado para 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
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

HandleSetAudioSourceInCar(INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>)

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INSetAudioSourceInCarIntentResponse adecuado para .INSetAudioSourceInCarIntentintent

Métodos de extensión

ConfirmSetAudioSourceInCar(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>)

Los desarrolladores pueden invalidar este método para personalizar la confirmación del origen de audio.

ResolveAudioSource(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INCarAudioSourceResolutionResult>)

Los desarrolladores pueden invalidar este método para personalizar la resolución del origen de audio solicitado.

ResolveRelativeAudioSourceReference(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INRelativeReferenceResolutionResult>)

Los desarrolladores pueden invalidar este método para personalizar la resolución de un origen de audio relativo (por ejemplo, "siguiente", "anterior", etc.).

Se aplica a