@iterable/react-native-sdk
Version:
Iterable SDK for React Native.
13 lines (12 loc) • 521 B
JavaScript
;
/**
* 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