Share via


INSetDefrosterSettingsInCarIntentHandling_Extensions.ResolveDefroster Method

Definition

Developers can override this method to customize the resolution of the requested defroster.

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

Parameters

intent
INSetDefrosterSettingsInCarIntent

Specifies the user's intention.

completion
Action<INCarDefrosterResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to