UNPKG

expo-notifications

Version:

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

8 lines 426 B
import { 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 default function getAllScheduledNotificationsAsync(): Promise<NotificationRequest[]>; //# sourceMappingURL=getAllScheduledNotificationsAsync.d.ts.map