Skip to content

Commit

Permalink
Update RNIterableAPIModule.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-wahed committed Sep 18, 2024
1 parent fcefbe1 commit 0436319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ public void onTokenRegistrationSuccessful(String authToken) {
}

@Override
public void onTokenRegistrationFailed(Throwable object) {
public void onAuthFailure(AuthFailure authFailure) {
IterableLogger.v(TAG, "Failed to set authToken");
sendEvent(EventName.handleAuthFailureCalled.name(), null);
}
Expand Down

0 comments on commit 0436319

Please sign in to comment.