@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
11 lines (10 loc) • 403 B
JavaScript
;
/**
* Options for showing in-app messages
*/
export let IterableInAppShowResponse = /*#__PURE__*/function (IterableInAppShowResponse) {
IterableInAppShowResponse[IterableInAppShowResponse["show"] = 0] = "show";
IterableInAppShowResponse[IterableInAppShowResponse["skip"] = 1] = "skip";
return IterableInAppShowResponse;
}({});
//# sourceMappingURL=IterableInAppShowResponse.js.map