Tizen Native API  5.5
ime_callback_s Struct Reference

Public Attributes

ime_create_cb create
ime_terminate_cb terminate
ime_show_cb show
ime_hide_cb hide

Detailed Description

The structure type to contain the set of the essential callback functions for IME application lifecycle and appearance.

Since :
3.0
Remarks:
These four callback functions are mandatory for IME application.
See also:
ime_run()

Member Data Documentation

Called when the input panel is created

Called when the input panel is requested to hide itself

Called when the input panel is requested to show itself

Called when the input panel is terminated