UNPKG

@iterable/react-native-sdk

Version:
17 lines (16 loc) 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IterableAuthResponseResult = void 0; /** * The result of an attempt to authenticate with Iterable. */ let IterableAuthResponseResult = exports.IterableAuthResponseResult = /*#__PURE__*/function (IterableAuthResponseResult) { /** The authentication was successful */ IterableAuthResponseResult[IterableAuthResponseResult["SUCCESS"] = 0] = "SUCCESS"; /** The authentication failed */ IterableAuthResponseResult[IterableAuthResponseResult["FAILURE"] = 1] = "FAILURE"; return IterableAuthResponseResult; }({}); //# sourceMappingURL=IterableAuthResponseResult.js.map