Home
last modified time | relevance | path

Searched refs:NotificationLiveViewContent (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/notification/
DnotificationContent.d.ts143 export interface NotificationLiveViewContent extends NotificationBasicContent { interface
539 liveView?: NotificationLiveViewContent;
/interface/sdk-js/api/
D@ohos.notificationManager.d.ts27 import type { NotificationLiveViewContent as _NotificationLiveViewContent } from './notification/no…
2675 export type NotificationLiveViewContent = _NotificationLiveViewContent; alias