Share via


INSetRadioStationIntentHandling_Extensions Class

Definition

Extension methods to the IINSetRadioStationIntentHandling interface to support all the methods from the INSetRadioStationIntentHandling protocol.

public static class INSetRadioStationIntentHandling_Extensions
type INSetRadioStationIntentHandling_Extensions = class
Inheritance
INSetRadioStationIntentHandling_Extensions

Remarks

The extension methods for IINSetRadioStationIntentHandling interface allow developers to treat instances of the interface as having all the optional methods of the original INSetRadioStationIntentHandling protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

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.

Applies to