From 567a986d8f1547013e44b325ce059eb9c01ccd86 Mon Sep 17 00:00:00 2001 From: yanwenhao Date: Tue, 5 Jul 2022 15:34:03 +0800 Subject: [PATCH] Delete FormExtensionContext::updateForm Signed-off-by: yanwenhao Change-Id: Idf3d1396b5769c283e35d597ff5390b12c012471 --- api/application/FormExtensionContext.d.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/api/application/FormExtensionContext.d.ts b/api/application/FormExtensionContext.d.ts index 0f5c012e19..db22ad8475 100644 --- a/api/application/FormExtensionContext.d.ts +++ b/api/application/FormExtensionContext.d.ts @@ -29,21 +29,6 @@ import Want from '../@ohos.application.Want'; */ export default class FormExtensionContext extends ExtensionContext { - /** - * update the given form. - * - *

You can use this method to update the given form

- * - * @since 9 - * @syscap SystemCapability.Ability.Form - * @param formId Indicates the given form. - * @param formBindingData Indicates the form data. - * @return - - * @StageModelOnly - */ - updateForm(formId: string, formBindingData: formBindingData.FormBindingData, callback: AsyncCallback): void; - updateForm(formId: string, formBindingData: formBindingData.FormBindingData): Promise; - /** * start an ability within the same bundle. * -- Gitee