1e41f4b71Sopenharmony_ci# NotificationTemplate 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ciThe **NotificationTemplate** module describes the notification template. 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci> **NOTE** 6e41f4b71Sopenharmony_ci> 7e41f4b71Sopenharmony_ci> 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. 8e41f4b71Sopenharmony_ci 9e41f4b71Sopenharmony_ci## Attributes 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci**System capability**: SystemCapability.Notification.Notification 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci| Name | Type | Read Only | Optional | Description | 14e41f4b71Sopenharmony_ci| ---- | ---------------------- | ---- | ----|----------- | 15e41f4b71Sopenharmony_ci| name | string | No | No | Template name. Currently, only **downloadTemplate** is supported.| 16e41f4b71Sopenharmony_ci| data | Record<string, Object> | No | No | Template data.<br> - **title**: title of the file. This parameter is mandatory, and the value is of the string type.<br> - **fileName**: name of the file to be downloaded. This parameter is mandatory, and the value is of the string type.<br> - **progressValue**: download progress. The value is a number. | 17