@trycourier/courier-react-native
Version:
Inbox, Push Notifications, and Preferences for React Native
9 lines • 396 B
JavaScript
export let CourierTrackingEvent = /*#__PURE__*/function (CourierTrackingEvent) {
CourierTrackingEvent["Clicked"] = "CLICKED";
CourierTrackingEvent["Delivered"] = "DELIVERED";
CourierTrackingEvent["Opened"] = "OPENED";
CourierTrackingEvent["Read"] = "READ";
CourierTrackingEvent["Unread"] = "UNREAD";
return CourierTrackingEvent;
}({});
//# sourceMappingURL=CourierTrackingEvent.js.map