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