Edit

Share via


INBooleanResolutionResult.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.INBooleanResolutionResult GetConfirmationRequired (Foundation.NSNumber valueToConfirm);
static member GetConfirmationRequired : Foundation.NSNumber -> Intents.INBooleanResolutionResult

Parameters

valueToConfirm
NSNumber

To be added.

This parameter can be null.

Returns

Attributes

Applies to