UNPKG

@iterable/react-native-sdk

Version:
19 lines (18 loc) 715 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IterableInAppContentType = void 0; /** * Types of in-app content available in the Iterable SDK. */ let IterableInAppContentType = exports.IterableInAppContentType = /*#__PURE__*/function (IterableInAppContentType) { /** HTML Content */ IterableInAppContentType[IterableInAppContentType["html"] = 0] = "html"; /** Content for an alert. */ IterableInAppContentType[IterableInAppContentType["alert"] = 1] = "alert"; /** Content for a banner. */ IterableInAppContentType[IterableInAppContentType["banner"] = 2] = "banner"; return IterableInAppContentType; }({}); //# sourceMappingURL=IterableInAppContentType.js.map