UNPKG

@iterable/react-native-sdk

Version:
11 lines (10 loc) 403 B
"use strict"; /** * 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