Skip to content

Commit 0191b7b

Browse files
committed
chore: removed onTokenRegistrationFailed method as per PR comment
1 parent ed20041 commit 0191b7b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,6 @@ public void onTokenRegistrationSuccessful(String authToken) {
600600
sendEvent(EventName.handleAuthSuccessCalled.name(), null);
601601
}
602602

603-
public void onTokenRegistrationFailed(Throwable object) {
604-
IterableLogger.v(TAG, "Failed to set authToken");
605-
sendEvent(EventName.handleAuthFailureCalled.name(), null);
606-
}
607-
608603
public void addListener(String eventName) {
609604
// Keep: Required for RN built in Event Emitter Calls.
610605
}

0 commit comments

Comments
 (0)