|
Sendbird Chat SDK for Unity
|
Class holding unread message count information of current user. More...
Public Member Functions | |
| int | GetUnreadCount (string inCustomType) |
| Gets unread message count for specific customType. More... | |
Properties | |
| int | GroupChannelCount [get] |
| Gets the subscribed total number of unread message of all GroupChannels the current user has joined. More... | |
| int | FeedChannelCount [get] |
| Gets the subscribed total number of unread message of all FeedChannels the current user has joined. More... | |
| int | TotalCountByCustomTypes [get] |
| Gets the total number of unread message with subscribed custom type. More... | |
| IReadOnlyDictionary< string, int > | CustomTypeUnreadCountMap [get] |
| Gets the number of unread message with subscribed custom type. More... | |
Class holding unread message count information of current user.
| int GetUnreadCount | ( | string | inCustomType | ) |
Gets unread message count for specific customType.
| inCustomType |
|
get |
Gets the number of unread message with subscribed custom type.
|
get |
Gets the subscribed total number of unread message of all FeedChannels the current user has joined.
|
get |
Gets the subscribed total number of unread message of all GroupChannels the current user has joined.
|
get |
Gets the total number of unread message with subscribed custom type.