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 83aabb4 commit af0ed1fCopy full SHA for af0ed1f
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