UNPKG

expo-notifications

Version:

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

6 lines 227 B
import { NativeModule } from 'expo-modules-core'; export class PushTokenManagerModule extends NativeModule { getDevicePushTokenAsync; unregisterForNotificationsAsync; } //# sourceMappingURL=PushTokenManager.types.js.map