A interface to let the input method module to talk to an input method framework or a specific UI framework.
Called when the input method module wants to insert text into the current application..
Called when the input method module wants to reset the composing buffer and the candidate window.
Called when the input method module wants to update the composing buffer and the candidate window.
The JSON encoded string of the UI state including the composing buffer and the candidate window. See also InputUIState.
A interface to let the input method module to talk to an input method framework or a specific UI framework.