Lingua

ConnectionlessHandwritingError Enum

Definition

public enum ConnectionlessHandwritingError
type ConnectionlessHandwritingError = 
Inheritance
ConnectionlessHandwritingError

Fields

Name Value Description
NoTextRecognized 0

Error code indicating that the connectionless handwriting session started and completed but no text was recognized.

Android reference for android.view.inputmethod.ConnectionlessHandwritingCallback.CONNECTIONLESS_HANDWRITING_ERROR_NO_TEXT_RECOGNIZED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Unsupported 1

Error code indicating that the connectionless handwriting session was not started as the current IME does not support it.

Android reference for android.view.inputmethod.ConnectionlessHandwritingCallback.CONNECTIONLESS_HANDWRITING_ERROR_UNSUPPORTED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Other 2

Error code for any other reason that the connectionless handwriting session did not complete successfully. Either the session could not start, or the session started but did not complete successfully.

Android reference for android.view.inputmethod.ConnectionlessHandwritingCallback.CONNECTIONLESS_HANDWRITING_ERROR_OTHER.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to