UNPKG

@iterable/react-native-sdk

Version:
11 lines (10 loc) 441 B
"use strict"; /** 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