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

!13096 翻译完成 12827

Merge pull request !13096 from ester.zhou/TR-12827
# Notification
# @system.notification
> **NOTE**
>
> - The APIs of this module are no longer maintained since API version 7. You are advised to use [`@ohos.notification`](js-apis-notification.md).
>
> - The initial APIs of this module are supported since API version 3. Newly added APIs will be marked with a superscript to indicate their earliest API version.
......@@ -18,22 +17,22 @@ import notification from '@system.notification';
**System capability**: SystemCapability.Notification.Notification
| Name | Readable| Writable| Type | Mandatory| Description |
| ----------- | --- | ---- | ---------------------------------------------- | ---- | ------------------------- |
| bundleName | Yes | Yes | string | Yes | Name of the application bundle to which the notification will be redirected after being clicked. |
| abilityName | Yes | Yes | string | Yes | Name of the application ability to which the notification will be redirected after being clicked.|
| uri | Yes | Yes | string | No | URI of the page to be redirected to. |
| Name | Type | Readable | Writable | Mandatory| Description |
| ----------- | ---------------------------------------------- | ---- | ------------------------- | ------------------------- | ------------------------- |
| bundleName | string | Yes | Yes | Yes | Name of the application bundle to which the notification will be redirected after being clicked. |
| abilityName | string | Yes | Yes | Yes | Name of the application ability to which the notification will be redirected after being clicked.|
| uri | string | Yes | Yes | No | URI of the page to be redirected to. |
## ShowNotificationOptions
**System capability**: SystemCapability.Notification.Notification
| Name | Readable| Writable| Type | Mandatory| Description |
| ------------- | --- | ---- | ---------------------------------------------- | ---- | ------------------------- |
| contentTitle | Yes | Yes | string | No | Notification title. |
| contentText | Yes | Yes | string | No | Notification content. |
| clickAction | Yes | Yes | ActionResult | No | Action triggered when the notification is clicked. |
| Name | Type | Readable | Writable | Mandatory| Description |
| ------------- | ---------------------------------------------- | ---- | ------------------------- | ------------------------- | ------------------------- |
| contentTitle | string | Yes | Yes | No | Notification title. |
| contentText | string | Yes | Yes | No | Notification content. |
| clickAction | ActionResult | Yes | Yes | No | Action triggered when the notification is clicked. |
## notification.show
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册