@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
12 lines (11 loc) • 502 B
JavaScript
;
/**
* The ways in which an in-app message might have been closed.
*/
export let IterableInAppCloseSource = /*#__PURE__*/function (IterableInAppCloseSource) {
IterableInAppCloseSource[IterableInAppCloseSource["back"] = 0] = "back";
IterableInAppCloseSource[IterableInAppCloseSource["link"] = 1] = "link";
IterableInAppCloseSource[IterableInAppCloseSource["unknown"] = 100] = "unknown";
return IterableInAppCloseSource;
}({});
//# sourceMappingURL=IterableInAppCloseSource.js.map