inputmethod_controller_capi.h
概述
提供绑定、解绑输入法的方法。
库: libohinputmethod.so
系统能力: SystemCapability.MiscServices.InputMethodFramework
起始版本: 12
相关模块:InputMethod
汇总
函数
| 名称 | 描述 |
|---|---|
| InputMethod_ErrorCode OH_InputMethodController_Attach (InputMethod_TextEditorProxy *textEditorProxy, InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy) | 将应用绑定到输入法服务。 |
| InputMethod_ErrorCode OH_InputMethodController_Detach (InputMethod_InputMethodProxy *inputMethodProxy) | 将应用从输入法服务解绑。 |