UNPKG

@iterable/react-native-sdk

Version:
12 lines (11 loc) 495 B
"use strict"; /** * Types of in-app content available in the Iterable SDK. */ export let IterableInAppContentType = /*#__PURE__*/function (IterableInAppContentType) { IterableInAppContentType[IterableInAppContentType["html"] = 0] = "html"; IterableInAppContentType[IterableInAppContentType["alert"] = 1] = "alert"; IterableInAppContentType[IterableInAppContentType["banner"] = 2] = "banner"; return IterableInAppContentType; }({}); //# sourceMappingURL=IterableInAppContentType.js.map