Searched refs:downloadTemplate (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/notification/ |
H A D | progress-bar-notification.md | 30 2. 查询系统是否支持进度条模板,查询结果为支持downloadTemplate模板类通知。 33 notificationManager.isSupportTemplate('downloadTemplate').then((data:boolean) => { 35 let isSupportTpl: boolean = data; // isSupportTpl的值为true表示支持downloadTemplate模板类通知,false表示不支持 57 // 构造进度条模板,name字段当前需要固定配置为downloadTemplate 59 name: 'downloadTemplate',
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | progress-bar-notification.md | 30 …cific template is supported. In this example, the template of the **downloadTemplate** type is che… 33 notificationManager.isSupportTemplate('downloadTemplate').then((data:boolean) => { 35 …l: boolean = data; // The value true means that the template of the downloadTemplate type is suppo… 57 // Create a progress template. The name field has a fixed value of downloadTemplate. 59 name: 'downloadTemplate',
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationTemplate.md | 15 | name | string | 否 | 否 | 模板名称。当前仅支持'downloadTemplate':下载模板。|
|
H A D | js-apis-notificationManager.md | 1232 | templateName | string | 是 | 模板名称。当前仅支持'downloadTemplate'。 | 1251 let templateName: string = 'downloadTemplate'; 1274 | templateName | string | 是 | 模板名称。当前仅支持'downloadTemplate'。 | 1298 let templateName: string = 'downloadTemplate';
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationTemplate.md | 15 | name | string | No | No | Template name. Currently, only **downloadTemplate** is…
|
H A D | js-apis-notificationManager.md | 1232 … string | Yes | Template name. Currently, only **downloadTemplate** is supporte… 1251 let templateName: string = 'downloadTemplate'; 1274 | templateName | string | Yes | Template name. Currently, only **downloadTemplate** is supported.| 1298 let templateName: string = 'downloadTemplate';
|
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/notify/ |
H A D | NotificationHelper.ets | 65 let templateName: string = 'downloadTemplate'; 85 name: 'downloadTemplate',
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_live_view_service.cpp | 699 auto downloadTemplate = record->notification->GetNotificationRequest().GetTemplate(); in UpdateRecordByOwner() local 710 record->request->SetTemplate(downloadTemplate); in UpdateRecordByOwner() 711 auto data = downloadTemplate->GetTemplateData(); in UpdateRecordByOwner()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-resourceschedule-backgroundTaskManager.md | 607 name: 'downloadTemplate', // 当前只支持downloadTemplate,保持不变
|
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | js-apis-resourceschedule-backgroundTaskManager.md | 607 name: 'downloadTemplate', // Currently, only downloadTemplate is supported. Retain the value.
|