NotificationActionButton
The NotificationActionButton module provides APIs for describing the button displayed in the notification.
NOTE
The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
NotificationActionButton
System capability: SystemCapability.Notification.Notification
| Name | Type | Read Only | Optional | Description |
|---|---|---|---|---|
| title | string | No | No | Button title. It cannot be an empty string or exceed 200 bytes. Excess content will be truncated. |
| wantAgent | WantAgent | No | No | WantAgent of the button. |
| extras | { [key: string]: any } | No | Yes | Extra information of the button. Not supported currently. |
| userInput8+ | NotificationUserInput | No | Yes | User input object. This parameter is left empty by default. ID entered by a subscriber. |