UNPKG

expo-quest-notifications

Version:

A fork of [`expo-notifications`](https://github.com/expo/expo/tree/main/packages/expo-notifications) that provides two implementations: - The default `expo-notifications` for Android and iOS platforms. - A Meta Quest-compatible implementation that uses th

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