UNPKG

@iterable/react-native-sdk

Version:
15 lines (14 loc) 663 B
"use strict"; /** * Ways in which an in-app message might have been deleted. */ export let IterableInAppDeleteSource = /*#__PURE__*/function (IterableInAppDeleteSource) { /** Deleted by swiping in the inbox. */ IterableInAppDeleteSource[IterableInAppDeleteSource["inboxSwipe"] = 0] = "inboxSwipe"; /** Deleted by clicking the delete button. */ IterableInAppDeleteSource[IterableInAppDeleteSource["deleteButton"] = 1] = "deleteButton"; /** Deleted in an unknown way. */ IterableInAppDeleteSource[IterableInAppDeleteSource["unknown"] = 100] = "unknown"; return IterableInAppDeleteSource; }({}); //# sourceMappingURL=IterableInAppDeleteSource.js.map