@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
12 lines (11 loc) • 495 B
JavaScript
;
/**
* 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