-
Notifications
You must be signed in to change notification settings - Fork 39
[MOB-10946] task 2 authfailure and retrypolicy ts classes #726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: jwt/master
Are you sure you want to change the base?
[MOB-10946] task 2 authfailure and retrypolicy ts classes #726
Conversation
❌ 2 blocking issues (3 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
export enum IterableRetryBackoff { | ||
/** | ||
* Linear backoff (each retry will wait for a fixed interval) | ||
* TODO: check with @Ayyanchira if this is correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tsdoc-undefined-tag: The TSDoc tag "@Ayyanchira" is not defined in this configuration [eslint:tsdoc/syntax]
LINEAR = 'LINEAR', | ||
/** | ||
* Exponential backoff (each retry will wait for an interval that increases exponentially) | ||
* TODO: check with @Ayyanchira if this is correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tsdoc-undefined-tag: The TSDoc tag "@Ayyanchira" is not defined in this configuration [eslint:tsdoc/syntax]
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
…in Iterable class
…reReason enum values
…line configuration
🔹 JIRA Ticket(s) if any
✏️ Description
Updates the frontend code for authentication