@trycourier/courier-react-native
Version:
Inbox, Push Notifications, and Preferences for React Native
9 lines (8 loc) • 364 B
JavaScript
export var CourierTrackingEvent;
(function (CourierTrackingEvent) {
CourierTrackingEvent["Clicked"] = "CLICKED";
CourierTrackingEvent["Delivered"] = "DELIVERED";
CourierTrackingEvent["Opened"] = "OPENED";
CourierTrackingEvent["Read"] = "READ";
CourierTrackingEvent["Unread"] = "UNREAD";
})(CourierTrackingEvent || (CourierTrackingEvent = {}));