@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
17 lines (16 loc) • 591 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.IterableInAppShowResponse = void 0;
/**
* Options for showing in-app messages
*/
let IterableInAppShowResponse = exports.IterableInAppShowResponse = /*#__PURE__*/function (IterableInAppShowResponse) {
/** Show in-app */
IterableInAppShowResponse[IterableInAppShowResponse["show"] = 0] = "show";
/** Skip showing in-app */
IterableInAppShowResponse[IterableInAppShowResponse["skip"] = 1] = "skip";
return IterableInAppShowResponse;
}({});
//# sourceMappingURL=IterableInAppShowResponse.js.map