INIntegerResolutionResult.GetConfirmationRequired(NSNumber) Method

Definition

Factory method to create an INIntentResolutionResult object indicating that the user must confirm the value of the parameter.

[Foundation.Export("confirmationRequiredWithValueToConfirm:")]
public static Intents.INIntegerResolutionResult GetConfirmationRequired (Foundation.NSNumber valueToConfirm);
static member GetConfirmationRequired : Foundation.NSNumber -> Intents.INIntegerResolutionResult

Parameters

valueToConfirm
NSNumber

To be added.

This parameter can be null.

Returns

Attributes

Applies to