Conversation
… RNIterableAPIModule
…AppMessage.getMessageId()
…sses' into jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br
…in Iterable class
…sses' into jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br
…sses' into jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br
…reReason enum values
…sses' into jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br
…line configuration
…sses' into jwt/MOB-10947-task-3-android-retrypolicy-config-at-android-br
…gistration in AppDelegate
…n ReactIterableAPI
…terableAppProvider
…o clean up the implementation
…in IterableAppProvider
…ove old utility index
…ator [SDK-136] Add Jwt Generator to Example app
…e result handling
…oken-of-undefined
…uthtoken-of-undefined
…perty-authtoken-of-undefined [SDK-151] cannot-read-property-authtoken-of-undefined
…ty/cli as a dependency
…-to-latest [SDK-181] update ios/android sdk versions
…ality [SDK-149] add-logout-functionality
|
Diff Coverage: The code coverage on the diff in this pull request is 87.6%. Total Coverage: This PR will increase coverage by 6.97%. File Coverage Changes
🛟 Help
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
8 new issues
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
| * | ||
| * @return A JWT string | ||
| */ | ||
| public static String generateToken( |
| durationMs: Double, | ||
| email: String?, | ||
| userId: String?, | ||
| promise: Promise |
| UIApplication.shared.registerForRemoteNotifications() | ||
| } | ||
| } | ||
| } |
| ) { | ||
| return true; | ||
| } | ||
| return false; |
| if ((promiseResult as IterableAuthResponse).successCallback) { | ||
| (promiseResult as IterableAuthResponse).successCallback?.(); | ||
| if (promiseResult.successCallback) { | ||
| promiseResult.successCallback?.(); |
| // We are currently only reporting JWT related errors. In | ||
| // the future, we should handle other types of errors as well. | ||
| if (promiseResult.failureCallback) { | ||
| promiseResult.failureCallback?.(); |
🔹 JIRA Ticket(s) if any
✏️ Description