@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
9 lines (8 loc) • 379 B
JavaScript
;
/** The places that an in-app message can exist */
export let IterableInAppLocation = /*#__PURE__*/function (IterableInAppLocation) {
IterableInAppLocation[IterableInAppLocation["inApp"] = 0] = "inApp";
IterableInAppLocation[IterableInAppLocation["inbox"] = 1] = "inbox";
return IterableInAppLocation;
}({});
//# sourceMappingURL=IterableInAppLocation.js.map