harmony 鸿蒙NotificationTemplate

  • 2025-06-12
  • 浏览 (5)

NotificationTemplate

The NotificationTemplate module describes the notification template.

NOTE

The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.

Attributes

System capability: SystemCapability.Notification.Notification

Name Type Read Only Optional Description
name string No No Template name. Currently, only downloadTemplate is supported, indicating the progress bar template that displays download progress.
data Record No No Template data.
- title: title of the file. This parameter is mandatory, and the value is of the string type.
- fileName: name of the file to be downloaded. This parameter is mandatory, and the value is of the string type.
- progressValue: download progress. The value is a number.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Notification Kit (User Notification Service)

harmony 鸿蒙Notification

harmony 鸿蒙Notification Error Codes

harmony 鸿蒙NotificationActionButton

harmony 鸿蒙NotificationCommonDef

harmony 鸿蒙NotificationContent (System API)

harmony 鸿蒙NotificationContent

harmony 鸿蒙NotificationFlags (System API)

harmony 鸿蒙NotificationFlags

harmony 鸿蒙NotificationRequest (System API)

0  赞