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.
2 parents c3aafa9 + ac9b9ab commit 6810121Copy full SHA for 6810121
android/src/main/java/com/intercom/reactnative/IntercomEventEmitter.java
@@ -20,7 +20,7 @@
20
public class IntercomEventEmitter extends ReactContextBaseJavaModule {
21
22
private static final String NAME = "IntercomEventEmitter";
23
- private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadCountDidChange";
+ private static final String UNREAD_COUNT_CHANGE_NOTIFICATION = "IntercomUnreadConversationCountDidChangeNotification";
24
private int activeListenersCount = 0;
25
private final UnreadConversationCountListener unreadConversationCountListener = new UnreadConversationCountListener() {
26
@Override
0 commit comments