INSetRadioStationIntentHandling_Extensions.ResolveFrequency Method

Definition

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

public static void ResolveFrequency (this Intents.IINSetRadioStationIntentHandling This, Intents.INSetRadioStationIntent intent, Action<Intents.INDoubleResolutionResult> completion);
static member ResolveFrequency : Intents.IINSetRadioStationIntentHandling * Intents.INSetRadioStationIntent * Action<Intents.INDoubleResolutionResult> -> unit

Parameters

This
IINSetRadioStationIntentHandling

The instance on which this method operates.

intent
INSetRadioStationIntent

Specifies the user's intention.

completion
Action<INDoubleResolutionResult>

Completion method that must be called by the override.

Applies to