Searched refs:NotificationSlot (Results 1 – 6 of 6) sorted by relevance
| /interface/sdk-js/api/notification/ |
| D | notificationSorting.d.ts | 16 import { NotificationSlot } from './notificationSlot'; 36 readonly slot: NotificationSlot;
|
| D | notificationSlot.d.ts | 25 export interface NotificationSlot { interface
|
| /interface/sdk-js/api/ |
| D | @ohos.notification.d.ts | 27 import { NotificationSlot } from './notification/notificationSlot'; 184 function addSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 199 function addSlot(slot: NotificationSlot): Promise<void>; 238 function addSlots(slots: Array<NotificationSlot>, callback: AsyncCallback<void>): void; 253 function addSlots(slots: Array<NotificationSlot>): Promise<void>; 265 function getSlot(slotType: SlotType, callback: AsyncCallback<NotificationSlot>): void; 277 function getSlot(slotType: SlotType): Promise<NotificationSlot>; 289 function getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void; 300 function getSlots(): Promise<Array<NotificationSlot>>; 795 …function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback<voi… [all …]
|
| D | @ohos.notificationManager.d.ts | 28 import { NotificationSlot as _NotificationSlot } from './notification/notificationSlot'; 331 function addSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 350 function addSlot(slot: NotificationSlot): Promise<void>; 399 function addSlots(slots: Array<NotificationSlot>, callback: AsyncCallback<void>): void; 418 function addSlots(slots: Array<NotificationSlot>): Promise<void>; 432 function getSlot(slotType: SlotType, callback: AsyncCallback<NotificationSlot>): void; 446 function getSlot(slotType: SlotType): Promise<NotificationSlot>; 460 function getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void; 473 function getSlots(): Promise<Array<NotificationSlot>>; 775 …function setSlotByBundle(bundle: BundleOption, slot: NotificationSlot, callback: AsyncCallback<voi… [all …]
|
| D | @ohos.reminderAgent.d.ts | 18 import { NotificationSlot } from './notification/notificationSlot'; 135 function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 147 function addNotificationSlot(slot: NotificationSlot): Promise<void>;
|
| D | @ohos.reminderAgentManager.d.ts | 18 import { NotificationSlot } from './notification/notificationSlot'; 136 function addNotificationSlot(slot: NotificationSlot, callback: AsyncCallback<void>): void; 147 function addNotificationSlot(slot: NotificationSlot): Promise<void>;
|