nn::swkbd::CTR::AppTextCheckResult Enumerated Type

Syntax

enum AppTextCheckResult;

Value

Value Description
APP_TEXT_CHECK_RESULT_OK No problem. Close keyboard as is.
APP_TEXT_CHECK_RESULT_NG_FINISH A problem exists. Display a dialog box and then close the keyboard.
APP_TEXT_CHECK_RESULT_NG_CONTINUE A problem exists. Display a dialog box and then continue the keyboard.
APP_TEXT_CHECK_RESULT_MAX The total number of values in the enumerated type.
APP_TEXT_CHECK_RESULT_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Result of the application's text check.

Revision History

2011/04/12
Added descriptions to values that had no descriptions.
2011/03/01
Initial version.

CONFIDENTIAL