UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

8 lines 431 B
import type { NotificationRequest } from './Notifications.types'; /** * Fetches information about all scheduled notifications. * @return Returns a Promise resolving to an array of objects conforming to the [`Notification`](#notification) interface. * @header schedule */ export declare function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]>; //# sourceMappingURL=getAllScheduledNotificationsAsync.d.ts.map