harmony 鸿蒙inputmethod_attach_options_capi.h

  • 2025-06-12
  • 浏览 (3)

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 鸿蒙IME Kit

harmony 鸿蒙InputMethod

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

harmony 鸿蒙inputmethod_text_config_capi.h

harmony 鸿蒙inputmethod_text_editor_proxy_capi.h

0  赞