UNPKG

@trycourier/courier-react-native

Version:

Inbox, Push Notifications, and Preferences for React Native

16 lines (15 loc) 561 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CourierTrackingEvent = void 0; let CourierTrackingEvent = /*#__PURE__*/function (CourierTrackingEvent) { CourierTrackingEvent["Clicked"] = "CLICKED"; CourierTrackingEvent["Delivered"] = "DELIVERED"; CourierTrackingEvent["Opened"] = "OPENED"; CourierTrackingEvent["Read"] = "READ"; CourierTrackingEvent["Unread"] = "UNREAD"; return CourierTrackingEvent; }({}); exports.CourierTrackingEvent = CourierTrackingEvent; //# sourceMappingURL=CourierTrackingEvent.js.map