Home
last modified time | relevance | path

Searched refs:NotificationPictureContent (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/api/notification/
DnotificationContent.d.ts230 export interface NotificationPictureContent extends NotificationBasicContent { interface
520 picture?: NotificationPictureContent;
/interface/sdk-js/api/
D@ohos.notificationManager.d.ts29 import { NotificationPictureContent as _NotificationPictureContent } from './notification/notificat…
2691 export type NotificationPictureContent = _NotificationPictureContent; alias
D@ohos.notification.d.ts22 import { NotificationPictureContent } from './notification/notificationContent';