react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
10 lines (9 loc) • 535 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationBackgroundFetchResult = void 0;
var NotificationBackgroundFetchResult;
(function (NotificationBackgroundFetchResult) {
NotificationBackgroundFetchResult["NEW_DATA"] = "newData";
NotificationBackgroundFetchResult["NO_DATA"] = "noData";
NotificationBackgroundFetchResult["FAILED"] = "failed";
})(NotificationBackgroundFetchResult = exports.NotificationBackgroundFetchResult || (exports.NotificationBackgroundFetchResult = {}));
;