Share via


IINSetClimateSettingsInCarIntentHandling.ResolveClimateZone Method

Definition

Developers may override this method to customize the resolution of a requested climate zone.

[Foundation.Export("resolveClimateZoneForSetClimateSettingsInCar:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveClimateZone(Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INCarSeatResolutionResult> completion);
[<Foundation.Export("resolveClimateZoneForSetClimateSettingsInCar:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveClimateZone : Intents.INSetClimateSettingsInCarIntent * Action<Intents.INCarSeatResolutionResult> -> unit
override this.ResolveClimateZone : Intents.INSetClimateSettingsInCarIntent * Action<Intents.INCarSeatResolutionResult> -> unit

Parameters

intent
INSetClimateSettingsInCarIntent

Specifies the user's intention.

completion
Action<INCarSeatResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to