mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 06:23:09 -04:00
@@ -60,7 +60,7 @@ typedef struct InputMethod_InputMethodProxy InputMethod_InputMethodProxy;
|
||||
* {@link IME_ERR_OK} - success.
|
||||
* {@link IME_ERR_IMCLIENT} - input method client error.
|
||||
* {@link IME_ERR_IMMS} - input method manager service error.
|
||||
* {@link IME_ERR_DETACHED} - input method client is detached.
|
||||
* {@link IME_ERR_DETACHED} - input method client detached.
|
||||
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
@@ -76,7 +76,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_ShowKeyboard(InputMethod_InputMethodPr
|
||||
* {@link IME_ERR_OK} - success.
|
||||
* {@link IME_ERR_IMCLIENT} - input method client error.
|
||||
* {@link IME_ERR_IMMS} - input method manager service error.
|
||||
* {@link IME_ERR_DETACHED} - input method client is detached.
|
||||
* {@link IME_ERR_DETACHED} - input method client detached.
|
||||
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
@@ -99,7 +99,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_HideKeyboard(InputMethod_InputMethodPr
|
||||
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
|
||||
* {@link IME_ERR_IMCLIENT} - input method client error.
|
||||
* {@link IME_ERR_IMMS} - input method manager service error.
|
||||
* {@link IME_ERR_DETACHED} - input method client is detached.
|
||||
* {@link IME_ERR_DETACHED} - input method client detached.
|
||||
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
@@ -119,7 +119,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifySelectionChange(
|
||||
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
|
||||
* {@link IME_ERR_IMCLIENT} - input method client error.
|
||||
* {@link IME_ERR_IMMS} - input method manager service error.
|
||||
* {@link IME_ERR_DETACHED} - input method client is detached.
|
||||
* {@link IME_ERR_DETACHED} - input method client detached.
|
||||
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
@@ -139,7 +139,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifyConfigurationChange(InputMethod_
|
||||
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
|
||||
* {@link IME_ERR_IMCLIENT} - input method client error.
|
||||
* {@link IME_ERR_IMMS} - input method manager service error.
|
||||
* {@link IME_ERR_DETACHED} - input method client is detached.
|
||||
* {@link IME_ERR_DETACHED} - input method client detached.
|
||||
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
@@ -159,7 +159,7 @@ InputMethod_ErrorCode OH_InputMethodProxy_NotifyCursorUpdate(
|
||||
* {@link IME_ERR_PARAMCHECK} - parameter check failed.
|
||||
* {@link IME_ERR_IMCLIENT} - input method client error.
|
||||
* {@link IME_ERR_IMMS} - input method manager service error.
|
||||
* {@link IME_ERR_DETACHED} - input method client is detached.
|
||||
* {@link IME_ERR_DETACHED} - input method client detached.
|
||||
* {@link IME_ERR_NULL_POINTER} - unexpected null pointer.
|
||||
* Specific error codes can be referenced {@link InputMethod_ErrorCode}.
|
||||
* @since 12
|
||||
|
||||
Reference in New Issue
Block a user