Düzenle

Aracılığıyla paylaş


INSetProfileInCarIntentHandling_Extensions.ResolveProfileName Method

Definition

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

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

Parameters

This
IINSetProfileInCarIntentHandling

The instance on which this method operates.

intent
INSetProfileInCarIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to