nn::swkbd::CTR::AppTextCheckResult Enumerated Typeenum AppTextCheckResult;
| 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.) |
Result of the application's text check.
CONFIDENTIAL