IINSetRadioStationIntentHandling.HandleSetRadioStation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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