From b0a13d8cff1daa4b5a8083d57ee24ec4078d6ec8 Mon Sep 17 00:00:00 2001 From: liweifeng Date: Thu, 7 Apr 2022 10:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87api=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liweifeng Change-Id: Ie051d04deec25fdcf9d0b11a9dba2a8c4ca5f459 --- api/@ohos.application.formHost.d.ts | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/api/@ohos.application.formHost.d.ts b/api/@ohos.application.formHost.d.ts index 9cdb76df62..0dbfbb3c0f 100644 --- a/api/@ohos.application.formHost.d.ts +++ b/api/@ohos.application.formHost.d.ts @@ -152,8 +152,7 @@ declare namespace formHost { /** * Checks whether the system is ready. * - *

You can use this method to obtain the system is ready - * new update from service.

+ *

You can use this method to obtain the system is ready.

* * @since 8 * @syscap SystemCapability.Ability.Form @@ -190,8 +189,7 @@ declare namespace formHost { /** * Deletes invalid forms of the application in the Form Manager Service based on the list of. * - *

You can use this method to delete invalid forms of the application - * new update from service.

+ *

You can use this method to delete invalid forms of the application.

* * @since 8 * @syscap SystemCapability.Ability.Form @@ -205,8 +203,7 @@ declare namespace formHost { /** * Obtains the Form state. * - *

You can use this method to obtains the form state - * new update from service.

+ *

You can use this method to obtains the form state.

* * @since 8 * @syscap SystemCapability.Ability.Form @@ -220,8 +217,7 @@ declare namespace formHost { /** * Listens to the event of uninstall form. * - *

You can use this method to listen to the event of uninstall form - * new update from service.

+ *

You can use this method to listen to the event of uninstall form.

* * @since 8 * @syscap SystemCapability.Ability.Form @@ -233,8 +229,7 @@ declare namespace formHost { /** * Cancels listening to the event of uninstall form. * - *

You can use this method to cancel listening to the event of uninstall form - * new update from service.

+ *

You can use this method to cancel listening to the event of uninstall form.

* * @since 8 * @syscap SystemCapability.Ability.Form @@ -263,7 +258,6 @@ declare namespace formHost { * *

You can use this method to notify form enable update state.

* - * @devices phone, tablet, tv, wearable, car * @since 8 * @syscap SystemCapability.Ability.Form * @param formIds Indicates the specify form id. -- Gitee