Home
last modified time | relevance | path

Searched refs:NotificationActionButton (Results 1 – 4 of 4) sorted by relevance

/interface/sdk-js/api/notification/
DnotificationRequest.d.ts20 import { NotificationActionButton } from './notificationActionButton';
210 actionButtons?: Array<NotificationActionButton>;
DnotificationActionButton.d.ts26 export interface NotificationActionButton { interface
/interface/sdk-js/api/
D@ohos.notificationManager.d.ts18 import { NotificationActionButton as _NotificationActionButton } from './notification/notificationA…
2128 export type NotificationActionButton = _NotificationActionButton; alias
D@ohos.notification.d.ts17 import { NotificationActionButton } from './notification/notificationActionButton';