@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
15 lines (14 loc) • 579 B
JavaScript
;
/**
* Types of in-app content available in the Iterable SDK.
*/
export let 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