UNPKG

@iterable/react-native-sdk

Version:
17 lines (16 loc) 542 B
"use strict"; /** * The data region on which your Iterable project is hosted. */ export let IterableDataRegion = /*#__PURE__*/function (IterableDataRegion) { /** Iterable projects hosted in the US. */ IterableDataRegion[IterableDataRegion["US"] = 0] = "US"; /** * Iterable projects hosted in the EU. * * This configures the SDK to interact with Iterable's EDC-based endpoints. */ IterableDataRegion[IterableDataRegion["EU"] = 1] = "EU"; return IterableDataRegion; }({}); //# sourceMappingURL=IterableDataRegion.js.map