INSetProfileInCarIntentHandling_Extensions.ResolveDefaultProfile Method

Definition

Developers should not use this deprecated method. The property doesn't need to be resolved.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "The property doesn't need to be resolved.")]
public static void ResolveDefaultProfile (this Intents.IINSetProfileInCarIntentHandling This, Intents.INSetProfileInCarIntent intent, Action<Intents.INBooleanResolutionResult> completion);
static member ResolveDefaultProfile : Intents.IINSetProfileInCarIntentHandling * Intents.INSetProfileInCarIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

This
IINSetProfileInCarIntentHandling

The instance on which this method operates.

intent
INSetProfileInCarIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to