android api (83) —— InputMethodSession [输入法]
正文 一、结构 public interfaceInputMethodSession android.view.inputmethod. InputMethodSession 间接子类 AbstractInputMethodService.AbstractInputMethodSessionImpl,InputMethodService.InputMethodSessionImpl 二、概述 InputMethodSession接口提供给每个客户端的InputMethod可安全地暴露在应用程序中。 应用程序通常不自己使用本接口,而是依靠TextView和EditText提供的标准交互。 三、内部类 interface InputMethodSession.EventCallback 四、公共方法 public abstract voidappPrivateCommand(String action, Bundle data) 执行由应用程序发往输入法的私有命令。它可用于提供专属域功能,仅专属于特定的输入法及其客户端 参数 action执行命名的名称。它必须是一个域名称,如前...