次の方法で共有


IINSetAudioSourceInCarIntentHandling インターフェイス

定義

実装時に、 に適切な を使用して を呼び出す completion 必要があるハンドラー メソッドを INSetAudioSourceInCarIntentResponse 定義する 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
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

HandleSetAudioSourceInCar(INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>)

開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INSetAudioSourceInCarIntentResponseINSetAudioSourceInCarIntentintent呼び出す必要があります。

拡張メソッド

ConfirmSetAudioSourceInCar(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>)

開発者はこのメソッドをオーバーライドして、オーディオ ソースの確認をカスタマイズできます。

ResolveAudioSource(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INCarAudioSourceResolutionResult>)

開発者は、このメソッドをオーバーライドして、要求されたオーディオ ソースの解像度をカスタマイズできます。

ResolveRelativeAudioSourceReference(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INRelativeReferenceResolutionResult>)

開発者は、このメソッドをオーバーライドして、相対的なオーディオ ソース (たとえば、"next"、"previous"など) の解像度をカスタマイズできます。

適用対象