Searched defs:getAllScheduledNotificationsAsync (Results 1 – 8 of 8) sorted by relevance
11 export default async function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]> { function
6 getAllScheduledNotificationsAsync?: () => Promise<NotificationRequest[]>; property
8 export default async function getAllScheduledNotificationsAsync() { function
7 export default function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]>; function
4 getAllScheduledNotificationsAsync?: () => Promise<NotificationRequest[]>; property
53 public void getAllScheduledNotificationsAsync(final Promise promise) { in getAllScheduledNotificationsAsync() method in NotificationScheduler