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. |