Share via


IINRadioDomainHandling Interface

Definition

Interface combining several interfaces related to various radio-related intents.

[Foundation.Protocol(Name="INRadioDomainHandling", WrapperType=typeof(Intents.INRadioDomainHandlingWrapper))]
public interface IINRadioDomainHandling : IDisposable, Intents.IINSetRadioStationIntentHandling
[<Foundation.Protocol(Name="INRadioDomainHandling", WrapperType=typeof(Intents.INRadioDomainHandlingWrapper))>]
type IINRadioDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINSetRadioStationIntentHandling
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
Confirm(INSetRadioStationIntent, Action<INSetRadioStationIntentResponse>)

Developers can override this method to customize the confirmation of a radio station change.

(Inherited from IINSetRadioStationIntentHandling)
HandleSetRadioStation(INSetRadioStationIntent, Action<INSetRadioStationIntentResponse>)

Developers must override this method and invoke the Action<T> with an INSetRadioStationIntentResponse appropriate to the INSetRadioStationIntent intent.

(Inherited from IINSetRadioStationIntentHandling)
ResolveChannel(INSetRadioStationIntent, Action<INStringResolutionResult>)

Developers can override this method to customize the resolution of a radio channel.

(Inherited from IINSetRadioStationIntentHandling)
ResolveFrequency(INSetRadioStationIntent, Action<INDoubleResolutionResult>)

Developers can override this method to customize the resolution of a radio frequency.

(Inherited from IINSetRadioStationIntentHandling)
ResolvePresetNumber(INSetRadioStationIntent, Action<INIntegerResolutionResult>)

Developers can override this method to customize the resolution of a radio preset.

(Inherited from IINSetRadioStationIntentHandling)
ResolveRadioType(INSetRadioStationIntent, Action<INRadioTypeResolutionResult>)

Developers can override this method to customize the resolution of what kind of radio is available.

(Inherited from IINSetRadioStationIntentHandling)
ResolveStationName(INSetRadioStationIntent, Action<INStringResolutionResult>)

Developers can override this method to customize the resolution of a radio station name.

(Inherited from IINSetRadioStationIntentHandling)

Extension Methods

Name Description
Confirm(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INSetRadioStationIntentResponse>)

Developers can override this method to customize the confirmation of a radio station change.

ResolveChannel(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INStringResolutionResult>)

Developers can override this method to customize the resolution of a radio channel.

ResolveFrequency(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INDoubleResolutionResult>)

Developers can override this method to customize the resolution of a radio frequency.

ResolvePresetNumber(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INIntegerResolutionResult>)

Developers can override this method to customize the resolution of a radio preset.

ResolveRadioType(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INRadioTypeResolutionResult>)

Developers can override this method to customize the resolution of what kind of radio is available.

ResolveStationName(IINSetRadioStationIntentHandling, INSetRadioStationIntent, Action<INStringResolutionResult>)

Developers can override this method to customize the resolution of a radio station name.

GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to