Sendbird Chat SDK for Unreal
|
#include <Sendbird.h>
Public Member Functions | |
virtual void | TotalUnreadMessageCountChanged (int total_count, std::map< std::wstring, int > total_count_by_custom_type) |
|
inlinevirtual |
Gets the subscribed total number of unread message of all GroupChannels the current user has joined.
total_count | The subscribed total unread message count. |
total_count_by_custom_type | Total subscribed custom type unread message count. |