UNPKG

@iterable/react-native-sdk

Version:
12 lines (11 loc) 502 B
"use strict"; /** * 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