UNPKG

@iterable/react-native-sdk

Version:
10 lines (9 loc) 210 B
/** * The result of an attempt to authenticate with Iterable. */ export enum IterableAuthResponseResult { /** The authentication was successful */ SUCCESS, /** The authentication failed */ FAILURE, }