UNPKG

expo-quest-notifications

Version:

A fork of [`expo-notifications`](https://github.com/expo/expo/tree/main/packages/expo-notifications) that provides two implementations: - The default `expo-notifications` for Android and iOS platforms. - A Meta Quest-compatible implementation that uses th

7 lines 493 B
export var BackgroundNotificationResult; (function (BackgroundNotificationResult) { BackgroundNotificationResult[BackgroundNotificationResult["NoData"] = 1] = "NoData"; BackgroundNotificationResult[BackgroundNotificationResult["NewData"] = 2] = "NewData"; BackgroundNotificationResult[BackgroundNotificationResult["Failed"] = 3] = "Failed"; })(BackgroundNotificationResult || (BackgroundNotificationResult = {})); //# sourceMappingURL=BackgroundNotificationTasksModule.types.js.map