Share via


INRequestRideIntentHandling_Extensions.ResolvePartySize Method

Definition

Developers may override this method to customize the resolution of the number of passengers in the party.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolvePartySize(this Intents.IINRequestRideIntentHandling This, Intents.INRequestRideIntent intent, Action<Intents.INIntegerResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolvePartySize : Intents.IINRequestRideIntentHandling * Intents.INRequestRideIntent * Action<Intents.INIntegerResolutionResult> -> unit

Parameters

intent
INRequestRideIntent

Specifies the user's intention.

completion
Action<INIntegerResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to