IINSetRadioStationIntentHandling.HandleSetRadioStation Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INSetRadioStationIntentResponse appropriate to the INSetRadioStationIntent intent.

[Foundation.Export("handleSetRadioStation:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSetRadioStation (Intents.INSetRadioStationIntent intent, Action<Intents.INSetRadioStationIntentResponse> completion);
abstract member HandleSetRadioStation : Intents.INSetRadioStationIntent * Action<Intents.INSetRadioStationIntentResponse> -> unit

Parameters

intent
INSetRadioStationIntent

Specifies the user's intention.

completion
Action<INSetRadioStationIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to