UNPKG

expo-notifications

Version:

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

3 lines 219 B
import { DevicePushToken } from '../Tokens.types'; export declare function updateDevicePushTokenAsync(signal: AbortSignal, token: DevicePushToken): Promise<void>; //# sourceMappingURL=updateDevicePushTokenAsync.d.ts.map