Sendbird Chat SDK for Unreal
Public Member Functions | List of all members
SBDUserEventHandler Class Reference

#include <Sendbird.h>

Public Member Functions

virtual void TotalUnreadMessageCountChanged (int total_count, std::map< std::wstring, int > total_count_by_custom_type)
 

Detailed Description

SBDUserEventHandler

Since
3.0.37

Member Function Documentation

◆ TotalUnreadMessageCountChanged()

virtual void SBDUserEventHandler::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.

Parameters
total_countThe subscribed total unread message count.
total_count_by_custom_typeTotal subscribed custom type unread message count.
Since
3.0.37