未验证 提交 70f0b62e 编写于 作者: O openharmony_ci 提交者: Gitee

!5364 文档规范修改

Merge pull request !5364 from zengyawen/OpenHarmony-3.1-Release
...@@ -72,7 +72,7 @@ OpenHarmony通过ANS(Advanced Notification Service,通知系统服务)对 ...@@ -72,7 +72,7 @@ OpenHarmony通过ANS(Advanced Notification Service,通知系统服务)对
| publish(request: NotificationRequest, callback: AsyncCallback\<void>): void | 发布通知 | | publish(request: NotificationRequest, callback: AsyncCallback\<void>): void | 发布通知 |
| publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void | 指定用户发布通知 | | publish(request: NotificationRequest, userId: number, callback: AsyncCallback\<void>): void | 指定用户发布通知 |
| cancel(id: number, label: string, callback: AsyncCallback\<void>): void | 取消指定的通知 | | cancel(id: number, label: string, callback: AsyncCallback\<void>): void | 取消指定的通知 |
| cancelAll(callback: AsyncCallback<void>): void; | 取消所有该应用发布的通知 | | cancelAll(callback: AsyncCallback\<void>): void; | 取消所有该应用发布的通知 |
携带userId的publish接口,可以指定向该用户下订阅者发布通知。 携带userId的publish接口,可以指定向该用户下订阅者发布通知。
......
...@@ -495,7 +495,7 @@ bundle.getAllApplicationInfo(bundleFlags, (err, data) => { ...@@ -495,7 +495,7 @@ bundle.getAllApplicationInfo(bundleFlags, (err, data) => {
## bundle.getBundleArchiveInfo ## bundle.getBundleArchiveInfo
getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise<BundleInfo> getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise\<BundleInfo>
以异步方法获取有关HAP包中包含的应用程序包的信息,使用Promise形式返回结果。 以异步方法获取有关HAP包中包含的应用程序包的信息,使用Promise形式返回结果。
...@@ -530,7 +530,7 @@ bundle.getBundleArchiveInfo(hapFilePath, bundleFlags) ...@@ -530,7 +530,7 @@ bundle.getBundleArchiveInfo(hapFilePath, bundleFlags)
## bundle.getBundleArchiveInfo ## bundle.getBundleArchiveInfo
getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback<BundleInfo>) : void getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback\<BundleInfo>) : void
以异步方法获取有关HAP包中包含的应用程序包的信息,使用callback形式返回结果。 以异步方法获取有关HAP包中包含的应用程序包的信息,使用callback形式返回结果。
......
...@@ -2349,8 +2349,7 @@ Notification.enableDistributedByBundle(bundle, enable, enableDistributedByBundle ...@@ -2349,8 +2349,7 @@ Notification.enableDistributedByBundle(bundle, enable, enableDistributedByBundle
## Notification.enableDistributedByBundle<sup>8+</sup> ## Notification.enableDistributedByBundle<sup>8+</sup>
bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise\<void>
根据bundleenableDistributedByBundle(bundle: BundleOption, enable: boolean): Promise<void>
根据应用的包设置应用程序是否支持分布式通知(Promise形式)。 根据应用的包设置应用程序是否支持分布式通知(Promise形式)。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册