@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
15 lines (14 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IterableInAppLocation = void 0;
/** The places that an in-app message can exist */
let IterableInAppLocation = exports.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