Share via


INSetDefrosterSettingsInCarIntentHandling_Extensions.ResolveEnable Method

Definition

Developers can override this method to customize the resolution of whether the defroster can be enabled.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveEnable(this Intents.IINSetDefrosterSettingsInCarIntentHandling This, Intents.INSetDefrosterSettingsInCarIntent intent, Action<Intents.INBooleanResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveEnable : Intents.IINSetDefrosterSettingsInCarIntentHandling * Intents.INSetDefrosterSettingsInCarIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

intent
INSetDefrosterSettingsInCarIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to