UnreadMessageCount class

The UnreadMessageCount class for SendbirdChat.getTotalUnreadMessageCount. @since 4.0.1

Constructors

UnreadMessageCount({required int groupChannelUnreadMessageCount, required int feedChannelUnreadMessageCount, required Map<String, int> totalCountByCustomType})

Properties

feedChannelUnreadMessageCount int
Count of unread message count in all of feed channels.
final
groupChannelUnreadMessageCount int
Count of unread message count in all of group channels.
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
totalCountByCustomType Map<String, int>
Gets the number of unread message with subscribed custom type.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited