共用方式為


IINRadioDomainHandling 介面

定義

結合數個與各種無線電相關意圖相關介面的介面。

[Foundation.Protocol(Name="INRadioDomainHandling", WrapperType=typeof(Intents.INRadioDomainHandlingWrapper))]
[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 IINRadioDomainHandling : IDisposable, Intents.IINSetRadioStationIntentHandling
type IINRadioDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINSetRadioStationIntentHandling
屬性
實作

屬性

Handle

處理非受控物件標記法) (指標。

(繼承來源 INativeObject)

方法

HandleSetRadioStation(INSetRadioStationIntent, Action<INSetRadioStationIntentResponse>)

開發人員必須覆寫這個方法,並叫用適用于 的 INSetRadioStationIntentintent T:System.Action'1INSetRadioStationIntentResponse

(繼承來源 IINSetRadioStationIntentHandling)

擴充方法

ConfirmSetRadioStation(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INSetRadioStationIntentResponse>)

開發人員可以覆寫這個方法,以自訂無線電站變更的確認。

ResolveChannel(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INStringResolutionResult>)

開發人員可以覆寫這個方法,以自訂無線電通道的解析度。

ResolveFrequency(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INDoubleResolutionResult>)

開發人員可以覆寫這個方法,以自訂無線電頻率的解析度。

ResolvePresetNumber(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INIntegerResolutionResult>)

開發人員可以覆寫這個方法,以自訂無線電預設的解析度。

ResolveRadioType(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INRadioTypeResolutionResult>)

開發人員可以覆寫這個方法,以自訂可用的無線電解析度。

ResolveStationName(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INStringResolutionResult>)

開發人員可以覆寫這個方法,以自訂無線電站名稱的解析度。

適用於