UNPKG

@iterable/react-native-sdk

Version:
21 lines (20 loc) 666 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IterableDataRegion = void 0; /** * The data region on which your Iterable project is hosted. */ let IterableDataRegion = exports.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