mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
modify code
Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
parent
3f50feb08c
commit
2a7e747c4e
6
api/@ohos.inputMethodEngine.d.ts
vendored
6
api/@ohos.inputMethodEngine.d.ts
vendored
@ -391,13 +391,13 @@ declare namespace inputMethodEngine {
|
||||
/**
|
||||
* Exit the current input type.
|
||||
*
|
||||
* @param { AsyncCallback<void> } callback - the callback of ExitCurrentInputType.
|
||||
* @param { AsyncCallback<void> } callback - the callback of exitCurrentInputType.
|
||||
* @throws { BusinessError } 201 - permissions check fails.
|
||||
* @throws { BusinessError } 12800008 - input method manager service error.
|
||||
* @syscap SystemCapability.MiscServices.InputMethodFramework
|
||||
* @since 11
|
||||
*/
|
||||
ExitCurrentInputType(callback: AsyncCallback<void>): void;
|
||||
exitCurrentInputType(callback: AsyncCallback<void>): void;
|
||||
|
||||
/**
|
||||
* Exit the current input type.
|
||||
@ -408,7 +408,7 @@ declare namespace inputMethodEngine {
|
||||
* @syscap SystemCapability.MiscServices.InputMethodFramework
|
||||
* @since 11
|
||||
*/
|
||||
ExitCurrentInputType(): Promise<void>;
|
||||
exitCurrentInputType(): Promise<void>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user