Home
last modified time | relevance | path

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

/interface/sdk-js/api/notification/
DnotificationContent.d.ts63 export interface NotificationLongTextContent extends NotificationBasicContent { interface
502 longText?: NotificationLongTextContent;
/interface/sdk-js/api/
D@ohos.notificationManager.d.ts26 import { NotificationLongTextContent as _NotificationLongTextContent } from './notification/notific…
2666 export type NotificationLongTextContent = _NotificationLongTextContent; alias
D@ohos.notification.d.ts20 import { NotificationLongTextContent } from './notification/notificationContent';