ime_callback_s class final
@brief The structure type to contain the set of the essential callback functions for IME application lifecycle and appearance.
@since_tizen @if MOBILE 2.4 @else 3.0 @endif
@remarks These four callback functions are mandatory for IME application.
@see ime_run()
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - create ↔ ime_create_cb
-
< Called when the input panel is created
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hide1 ↔ ime_hide_cb
-
< Called when the input panel is requested to hide itself
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- show1 ↔ ime_show_cb
-
< Called when the input panel is requested to show itself
getter/setter pair
- terminate ↔ ime_terminate_cb
-
< Called when the input panel is terminated
getter/setter pair
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