diff --git a/api/@ohos.inputMethod.d.ts b/api/@ohos.inputMethod.d.ts index 616ee9f16acc3ea42d7d56a5c350d478d201c52c..f4e99ba13ca90f3ab24a8869c3e198d00eb5b900 100644 --- a/api/@ohos.inputMethod.d.ts +++ b/api/@ohos.inputMethod.d.ts @@ -370,7 +370,6 @@ declare namespace inputMethod { * @param { boolean } enable - indicates enable simple keyboard or not. * @syscap SystemCapability.MiscServices.InputMethodFramework * @since 20 - * @arkts 1.1&1.2 */ function setSimpleKeyboardEnabled(enable: boolean): void; diff --git a/api/@ohos.inputMethodEngine.d.ts b/api/@ohos.inputMethodEngine.d.ts index 01d4c11dce9169c4148470e92689a8da013ddeb9..f713d11492e0b0a3439b661e18eb080c31d018ef 100644 --- a/api/@ohos.inputMethodEngine.d.ts +++ b/api/@ohos.inputMethodEngine.d.ts @@ -1559,7 +1559,6 @@ declare namespace inputMethodEngine { * @returns { AttachOptions } return attach options. * @syscap SystemCapability.MiscServices.InputMethodFramework * @since 20 - * @arkts 1.1&1.2 */ getAttachOptions(): AttachOptions; /** @@ -1578,7 +1577,6 @@ declare namespace inputMethodEngine { * @param { Callback } callback - the callback of on('attachOptionsDidChange'). * @syscap SystemCapability.MiscServices.InputMethodFramework * @since 20 - * @arkts 1.1&1.2 */ on(type: 'attachOptionsDidChange', callback: Callback): void; /** @@ -2938,7 +2936,6 @@ declare namespace inputMethodEngine { * @type { ?boolean } * @syscap SystemCapability.MiscServices.InputMethodFramework * @since 20 - * @arkts 1.1&1.2 */ isSimpleKeyboardEnabled?: boolean; }