Share via


IINSetRadioStationIntentHandling.Confirm Method

Definition

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

[Foundation.Export("confirmSetRadioStation:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Confirm(Intents.INSetRadioStationIntent intent, Action<Intents.INSetRadioStationIntentResponse> completion);
[<Foundation.Export("confirmSetRadioStation:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Confirm : Intents.INSetRadioStationIntent * Action<Intents.INSetRadioStationIntentResponse> -> unit
override this.Confirm : 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