UNPKG

expo-notifications

Version:

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

7 lines 324 B
/** * Used to unregister tasks registered with `registerTaskAsync` method. * @param taskName The string you passed to `registerTaskAsync` as the `taskName` parameter. * @header inBackground */ export default function unregisterTaskAsync(taskName: string): Promise<null>; //# sourceMappingURL=unregisterTaskAsync.d.ts.map