提交 bf0158d2 编写于 作者: Z zhaolinglan

modify for api9

Signed-off-by: Nzhaolinglan <zhaolinglan@huawei.com>
上级 6fbfcb0a
...@@ -173,7 +173,7 @@ stopInput(): Promise&lt;boolean&gt; ...@@ -173,7 +173,7 @@ stopInput(): Promise&lt;boolean&gt;
console.info('stopInput isSuccess = ' + isSuccess); console.info('stopInput isSuccess = ' + isSuccess);
``` ```
### showSoftKeyboard ### ### showSoftKeyboard<sup>9+</sup> ###
showSoftKeyboard(callback: AsyncCallback&lt;void&gt;): void showSoftKeyboard(callback: AsyncCallback&lt;void&gt;): void
...@@ -200,7 +200,7 @@ InputMethodController.showSoftKeyboard((err) => { ...@@ -200,7 +200,7 @@ InputMethodController.showSoftKeyboard((err) => {
``` ```
### showSoftKeyboard ### ### showSoftKeyboard<sup>9+</sup> ###
showSoftKeyboard(): Promise&lt;void&gt; showSoftKeyboard(): Promise&lt;void&gt;
...@@ -224,7 +224,7 @@ InputMethodController.showSoftKeyboard().then(async (err) => { ...@@ -224,7 +224,7 @@ InputMethodController.showSoftKeyboard().then(async (err) => {
}); });
``` ```
### hideSoftKeyboard ### ### hideSoftKeyboard<sup>9+</sup> ###
hideSoftKeyboard(callback: AsyncCallback&lt;void&gt;): void hideSoftKeyboard(callback: AsyncCallback&lt;void&gt;): void
...@@ -251,7 +251,7 @@ InputMethodController.hideSoftKeyboard((err) => { ...@@ -251,7 +251,7 @@ InputMethodController.hideSoftKeyboard((err) => {
``` ```
### hideSoftKeyboard ### ### hideSoftKeyboard<sup>9+</sup> ###
hideSoftKeyboard(): Promise&lt;void&gt; hideSoftKeyboard(): Promise&lt;void&gt;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册