@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
15 lines (14 loc) • 594 B
JavaScript
;
/**
* Enum representing the source of IterableAction.
*/
export let IterableActionSource = /*#__PURE__*/function (IterableActionSource) {
/** The action source was a push message */
IterableActionSource[IterableActionSource["push"] = 0] = "push";
/** The action source was a link in the app */
IterableActionSource[IterableActionSource["appLink"] = 1] = "appLink";
/** The action source was an in-app message */
IterableActionSource[IterableActionSource["inApp"] = 2] = "inApp";
return IterableActionSource;
}({});
//# sourceMappingURL=IterableActionSource.js.map