From c4d3c12cd0e34ceff0bd984036320be54972fc01 Mon Sep 17 00:00:00 2001 From: Hollokin Date: Mon, 31 Oct 2022 19:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=B3=95=E6=A1=86=E6=9E=B6AP?= =?UTF-8?q?I=E8=B5=84=E6=96=99=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hollokin --- .../reference/apis/js-apis-inputmethod-engine.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md index 3ef002effe..63c78788b4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod-engine.md @@ -1631,7 +1631,10 @@ async function InputMethodAbility() { | keyCode | number | 是 | 否 | 按键的键值。 | | keyAction | number | 是 | 否 | 按键的状态。 | -## TextInputClient +## TextInputClient(deprecated) + +> **说明:**
+> 从API version 8开始支持,API version 9开始废弃, 建议使用[InputClient](#inputclient9)替代。 下列API示例中都需使用[on('inputStart')](#oninputstart)回调获取到TextInputClient实例,再通过此实例调用对应方法。 -- GitLab