UNPKG

expo-notifications

Version:

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

7 lines 396 B
/** * Removes all application's notifications displayed in the notification tray (Notification Center). * @return A Promise which resolves once the request to dismiss the notifications is successfully dispatched to the notifications manager. * @header dismiss */ export default function dismissAllNotificationsAsync(): Promise<void>; //# sourceMappingURL=dismissAllNotificationsAsync.d.ts.map