ime_error_e class abstract

@brief Enumeration for input method function error.

@since_tizen @if MOBILE 2.4 @else 3.0 @endif

Constructors

ime_error_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

IME_ERROR_INVALID_PARAMETER → const int
< Invalid parameter
IME_ERROR_NO_CALLBACK_FUNCTION → const int
< Necessary callback function is not set
IME_ERROR_NONE → const int
< Successful
IME_ERROR_NOT_RUNNING → const int
< IME main loop is not started yet
IME_ERROR_OPERATION_FAILED → const int
< Operation failed
IME_ERROR_OUT_OF_MEMORY → const int
< out of memory
IME_ERROR_PERMISSION_DENIED → const int
< Permission denied