UNPKG

@iterable/react-native-sdk

Version:
13 lines (12 loc) 521 B
"use strict"; /** * The result of an attempt to authenticate with Iterable. */ export let 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