Skip to content Skip to sidebar Skip to footer

Quickblox Android: Total Unread Messages Count Request

I have seen that in the iOS sdk and the API I can get the total unread messages count, but I couldn't find a way to do the same with the Quickblox Android SDK. Is there a way to ac

Solution 1:

I opened an issue with this in the quickblox github repo and they have already included it in the next release. It is already available in the last snapshot.

Solution 2:

When you fetch chat dialogs there is a key inside each dialog 'unreadMessageCount' which is responsible for providing unread count.

Post a Comment for "Quickblox Android: Total Unread Messages Count Request"