Home
last modified time | relevance | path

Searched refs:NotificationRequest (Results 1 – 5 of 5) sorted by relevance

/interface/sdk-js/api/
D@ohos.ability.particleAbility.d.ts19 import { NotificationRequest } from './notification/notificationRequest';
99 …function startBackgroundRunning(id: number, request: NotificationRequest, callback: AsyncCallback<…
115 function startBackgroundRunning(id: number, request: NotificationRequest): Promise<void>;
D@ohos.notificationManager.d.ts26 import { NotificationRequest as _NotificationRequest } from './notification/notificationRequest';
67 function publish(request: NotificationRequest, callback: AsyncCallback<void>): void;
87 function publish(request: NotificationRequest): Promise<void>;
111 …function publish(request: NotificationRequest, userId: number, callback: AsyncCallback<void>): voi…
135 function publish(request: NotificationRequest, userId: number): Promise<void>;
161 request: NotificationRequest,
190 …function publishAsBundle(request: NotificationRequest, representativeBundle: string, userId: numbe…
889 function getAllActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void;
907 function getAllActiveNotifications(): Promise<Array<NotificationRequest>>;
946 function getActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void;
[all …]
D@ohos.notification.d.ts25 import { NotificationRequest } from './notification/notificationRequest';
65 function publish(request: NotificationRequest, callback: AsyncCallback<void>): void;
79 function publish(request: NotificationRequest): Promise<void>;
94 …function publish(request: NotificationRequest, userId: number, callback: AsyncCallback<void>): voi…
109 function publish(request: NotificationRequest, userId: number): Promise<void>;
1019 function getAllActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void;
1033 function getAllActiveNotifications(): Promise<Array<NotificationRequest>>;
1067 function getActiveNotifications(callback: AsyncCallback<Array<NotificationRequest>>): void;
1078 function getActiveNotifications(): Promise<Array<NotificationRequest>>;
/interface/sdk-js/api/notification/
DnotificationSubscriber.d.ts16 import { NotificationRequest } from './notificationRequest';
131 readonly request: NotificationRequest;
DnotificationRequest.d.ts31 export interface NotificationRequest { interface