UNPKG

expo-notifications

Version:

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

3 lines 184 B
import { DevicePushToken } from './Tokens.types'; export default function getDevicePushTokenAsync(): Promise<DevicePushToken>; //# sourceMappingURL=getDevicePushTokenAsync.web.d.ts.map