@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
15 lines (14 loc) • 663 B
JavaScript
;
/**
* 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