Home
last modified time | relevance | path

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

/interface/sdk-js/api/notification/
DnotificationContent.d.ts194 export interface NotificationMultiLineContent extends NotificationBasicContent { interface
511 multiLine?: NotificationMultiLineContent;
/interface/sdk-js/api/
D@ohos.notificationManager.d.ts28 import { NotificationMultiLineContent as _NotificationMultiLineContent } from './notification/notif…
2683 export type NotificationMultiLineContent = _NotificationMultiLineContent; alias
D@ohos.notification.d.ts21 import { NotificationMultiLineContent } from './notification/notificationContent';