IINSetAudioSourceInCarIntentHandling インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実装時に、 に適切な を使用して を呼び出す 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'1INSetAudioSourceInCarIntentResponse を INSetAudioSourceInCarIntent |
拡張メソッド
ConfirmSetAudioSourceInCar(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INSetAudioSourceInCarIntentResponse>) |
開発者はこのメソッドをオーバーライドして、オーディオ ソースの確認をカスタマイズできます。 |
ResolveAudioSource(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INCarAudioSourceResolutionResult>) |
開発者は、このメソッドをオーバーライドして、要求されたオーディオ ソースの解像度をカスタマイズできます。 |
ResolveRelativeAudioSourceReference(IINSetAudioSourceInCarIntentHandling, INSetAudioSourceInCarIntent, Action<INRelativeReferenceResolutionResult>) |
開発者は、このメソッドをオーバーライドして、相対的なオーディオ ソース (たとえば、"next"、"previous"など) の解像度をカスタマイズできます。 |