We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed20041 commit 0191b7bCopy full SHA for 0191b7b
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
@@ -600,11 +600,6 @@ public void onTokenRegistrationSuccessful(String authToken) {
600
sendEvent(EventName.handleAuthSuccessCalled.name(), null);
601
}
602
603
- public void onTokenRegistrationFailed(Throwable object) {
604
- IterableLogger.v(TAG, "Failed to set authToken");
605
- sendEvent(EventName.handleAuthFailureCalled.name(), null);
606
- }
607
-
608
public void addListener(String eventName) {
609
// Keep: Required for RN built in Event Emitter Calls.
610
0 commit comments