INSaveProfileInCarIntentHandling_Extensions.ResolveProfileName Method

Definition

Developers may override this method to customize the resolution of the profile name.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolveProfileName (this Intents.IINSaveProfileInCarIntentHandling This, Intents.INSaveProfileInCarIntent intent, Action<Intents.INStringResolutionResult> completion);
static member ResolveProfileName : Intents.IINSaveProfileInCarIntentHandling * Intents.INSaveProfileInCarIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

This
IINSaveProfileInCarIntentHandling

The instance on which this method operates.

intent
INSaveProfileInCarIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to