UNPKG

@iterable/react-native-sdk

Version:
9 lines (8 loc) 379 B
"use strict"; /** 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