List of all items
Structs
- InputMethod_AttachOptions
- InputMethod_CursorInfo
- InputMethod_InputMethodProxy
- InputMethod_PrivateCommand
- InputMethod_TextAvoidInfo
- InputMethod_TextConfig
- InputMethod_TextEditorProxy
Functions
- OH_AttachOptions_Create
- OH_AttachOptions_Destroy
- OH_AttachOptions_IsShowKeyboard
- OH_CursorInfo_Create
- OH_CursorInfo_Destroy
- OH_CursorInfo_GetRect
- OH_CursorInfo_SetRect
- OH_InputMethodController_Attach
- OH_InputMethodController_Detach
- OH_InputMethodProxy_HideKeyboard
- OH_InputMethodProxy_NotifyConfigurationChange
- OH_InputMethodProxy_NotifyCursorUpdate
- OH_InputMethodProxy_NotifySelectionChange
- OH_InputMethodProxy_SendPrivateCommand
- OH_InputMethodProxy_ShowKeyboard
- OH_PrivateCommand_Create
- OH_PrivateCommand_Destroy
- OH_PrivateCommand_GetBoolValue
- OH_PrivateCommand_GetIntValue
- OH_PrivateCommand_GetKey
- OH_PrivateCommand_GetStrValue
- OH_PrivateCommand_GetValueType
- OH_PrivateCommand_SetBoolValue
- OH_PrivateCommand_SetIntValue
- OH_PrivateCommand_SetKey
- OH_PrivateCommand_SetStrValue
- OH_TextAvoidInfo_Create
- OH_TextAvoidInfo_Destroy
- OH_TextAvoidInfo_GetHeight
- OH_TextAvoidInfo_GetPositionY
- OH_TextAvoidInfo_SetHeight
- OH_TextAvoidInfo_SetPositionY
- OH_TextConfig_Create
- OH_TextConfig_Destroy
- OH_TextConfig_GetCursorInfo
- OH_TextConfig_GetEnterKeyType
- OH_TextConfig_GetInputType
- OH_TextConfig_GetSelection
- OH_TextConfig_GetTextAvoidInfo
- OH_TextConfig_GetWindowId
- OH_TextConfig_IsPreviewTextSupported
- OH_TextConfig_SetEnterKeyType
- OH_TextConfig_SetInputType
- OH_TextConfig_SetPreviewTextSupport
- OH_TextConfig_SetSelection
- OH_TextConfig_SetWindowId
- OH_TextEditorProxy_Create
- OH_TextEditorProxy_Destroy
- OH_TextEditorProxy_GetDeleteBackwardFunc
- OH_TextEditorProxy_GetDeleteForwardFunc
- OH_TextEditorProxy_GetFinishTextPreviewFunc
- OH_TextEditorProxy_GetGetLeftTextOfCursorFunc
- OH_TextEditorProxy_GetGetRightTextOfCursorFunc
- OH_TextEditorProxy_GetGetTextConfigFunc
- OH_TextEditorProxy_GetGetTextIndexAtCursorFunc
- OH_TextEditorProxy_GetHandleExtendActionFunc
- OH_TextEditorProxy_GetHandleSetSelectionFunc
- OH_TextEditorProxy_GetInsertTextFunc
- OH_TextEditorProxy_GetMoveCursorFunc
- OH_TextEditorProxy_GetReceivePrivateCommandFunc
- OH_TextEditorProxy_GetSendEnterKeyFunc
- OH_TextEditorProxy_GetSendKeyboardStatusFunc
- OH_TextEditorProxy_GetSetPreviewTextFunc
- OH_TextEditorProxy_SetDeleteBackwardFunc
- OH_TextEditorProxy_SetDeleteForwardFunc
- OH_TextEditorProxy_SetFinishTextPreviewFunc
- OH_TextEditorProxy_SetGetLeftTextOfCursorFunc
- OH_TextEditorProxy_SetGetRightTextOfCursorFunc
- OH_TextEditorProxy_SetGetTextConfigFunc
- OH_TextEditorProxy_SetGetTextIndexAtCursorFunc
- OH_TextEditorProxy_SetHandleExtendActionFunc
- OH_TextEditorProxy_SetHandleSetSelectionFunc
- OH_TextEditorProxy_SetInsertTextFunc
- OH_TextEditorProxy_SetMoveCursorFunc
- OH_TextEditorProxy_SetReceivePrivateCommandFunc
- OH_TextEditorProxy_SetSendEnterKeyFunc
- OH_TextEditorProxy_SetSendKeyboardStatusFunc
- OH_TextEditorProxy_SetSetPreviewTextFunc
Type Aliases
- InputMethod_CommandValueType
- InputMethod_Direction
- InputMethod_EnterKeyType
- InputMethod_ErrorCode
- InputMethod_ExtendAction
- InputMethod_KeyboardStatus
- InputMethod_TextInputType
- OH_TextEditorProxy_DeleteBackwardFunc
- OH_TextEditorProxy_DeleteForwardFunc
- OH_TextEditorProxy_FinishTextPreviewFunc
- OH_TextEditorProxy_GetLeftTextOfCursorFunc
- OH_TextEditorProxy_GetRightTextOfCursorFunc
- OH_TextEditorProxy_GetTextConfigFunc
- OH_TextEditorProxy_GetTextIndexAtCursorFunc
- OH_TextEditorProxy_HandleExtendActionFunc
- OH_TextEditorProxy_HandleSetSelectionFunc
- OH_TextEditorProxy_InsertTextFunc
- OH_TextEditorProxy_MoveCursorFunc
- OH_TextEditorProxy_ReceivePrivateCommandFunc
- OH_TextEditorProxy_SendEnterKeyFunc
- OH_TextEditorProxy_SendKeyboardStatusFunc
- OH_TextEditorProxy_SetPreviewTextFunc
Constants
- InputMethod_CommandValueType_IME_COMMAND_VALUE_TYPE_BOOL
- InputMethod_CommandValueType_IME_COMMAND_VALUE_TYPE_INT32
- InputMethod_CommandValueType_IME_COMMAND_VALUE_TYPE_NONE
- InputMethod_CommandValueType_IME_COMMAND_VALUE_TYPE_STRING
- InputMethod_Direction_IME_DIRECTION_DOWN
- InputMethod_Direction_IME_DIRECTION_LEFT
- InputMethod_Direction_IME_DIRECTION_NONE
- InputMethod_Direction_IME_DIRECTION_RIGHT
- InputMethod_Direction_IME_DIRECTION_UP
- InputMethod_EnterKeyType_IME_ENTER_KEY_DONE
- InputMethod_EnterKeyType_IME_ENTER_KEY_GO
- InputMethod_EnterKeyType_IME_ENTER_KEY_NEWLINE
- InputMethod_EnterKeyType_IME_ENTER_KEY_NEXT
- InputMethod_EnterKeyType_IME_ENTER_KEY_NONE
- InputMethod_EnterKeyType_IME_ENTER_KEY_PREVIOUS
- InputMethod_EnterKeyType_IME_ENTER_KEY_SEARCH
- InputMethod_EnterKeyType_IME_ENTER_KEY_SEND
- InputMethod_EnterKeyType_IME_ENTER_KEY_UNSPECIFIED
- InputMethod_ErrorCode_IME_ERR_CONFIG_PERSIST
- InputMethod_ErrorCode_IME_ERR_CONTROLLER
- InputMethod_ErrorCode_IME_ERR_DETACHED
- InputMethod_ErrorCode_IME_ERR_IMCLIENT
- InputMethod_ErrorCode_IME_ERR_IMENGINE
- InputMethod_ErrorCode_IME_ERR_IMMS
- InputMethod_ErrorCode_IME_ERR_NULL_POINTER
- InputMethod_ErrorCode_IME_ERR_OK
- InputMethod_ErrorCode_IME_ERR_PACKAGEMANAGER
- InputMethod_ErrorCode_IME_ERR_PARAMCHECK
- InputMethod_ErrorCode_IME_ERR_QUERY_FAILED
- InputMethod_ErrorCode_IME_ERR_SETTINGS
- InputMethod_ErrorCode_IME_ERR_UNDEFINED
- InputMethod_ExtendAction_IME_EXTEND_ACTION_COPY
- InputMethod_ExtendAction_IME_EXTEND_ACTION_CUT
- InputMethod_ExtendAction_IME_EXTEND_ACTION_PASTE
- InputMethod_ExtendAction_IME_EXTEND_ACTION_SELECT_ALL
- InputMethod_KeyboardStatus_IME_KEYBOARD_STATUS_HIDE
- InputMethod_KeyboardStatus_IME_KEYBOARD_STATUS_NONE
- InputMethod_KeyboardStatus_IME_KEYBOARD_STATUS_SHOW
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_DATETIME
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_EMAIL_ADDRESS
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_MULTILINE
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_NEW_PASSWORD
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_NONE
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_NUMBER
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_NUMBER_DECIMAL
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_NUMBER_PASSWORD
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_PHONE
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_SCREEN_LOCK_PASSWORD
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_TEXT
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_URL
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_USER_NAME
- InputMethod_TextInputType_IME_TEXT_INPUT_TYPE_VISIBLE_PASSWORD