expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
7 lines • 493 B
JavaScript
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