UNPKG

@iterable/react-native-sdk

Version:
12 lines (11 loc) 537 B
"use strict"; /** * Ways in which an in-app message might have been deleted. */ export let IterableInAppDeleteSource = /*#__PURE__*/function (IterableInAppDeleteSource) { IterableInAppDeleteSource[IterableInAppDeleteSource["inboxSwipe"] = 0] = "inboxSwipe"; IterableInAppDeleteSource[IterableInAppDeleteSource["deleteButton"] = 1] = "deleteButton"; IterableInAppDeleteSource[IterableInAppDeleteSource["unknown"] = 100] = "unknown"; return IterableInAppDeleteSource; }({}); //# sourceMappingURL=IterableInAppDeleteSource.js.map