harmony 鸿蒙inputmethod_attach_options_capi.h
inputmethod_attach_options_capi.h
Overview
Provides methods for creating, destroying, reading, and writing the option object bound to the input method.
Library: libohinputmethod.so
System capability: SystemCapability.MiscServices.InputMethodFramework
Since: 12
Related module: InputMethod
Summary
Types
Name | Description |
---|---|
InputMethod_AttachOptions | Options for binding the input method. |
Functions
Name | Description |
---|---|
InputMethod_AttachOptions * OH_AttachOptions_Create (bool showKeyboard) | Creates an InputMethod_AttachOptions instance. |
void OH_AttachOptions_Destroy (InputMethod_AttachOptions *options) | Destroys an InputMethod_AttachOptions instance. |
InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard (InputMethod_AttachOptions *options, bool *showKeyboard) | Obtains the configured value that indicates whether to display the keyboard from InputMethod_AttachOptions. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Input Method Framework Error Codes
harmony 鸿蒙inputmethod_controller_capi.h
harmony 鸿蒙inputmethod_cursor_info_capi.h
harmony 鸿蒙inputmethod_inputmethod_proxy_capi.h
harmony 鸿蒙inputmethod_private_command_capi.h
harmony 鸿蒙inputmethod_text_avoid_info_capi.h
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦