Class UnreadSeparatorItemState
-
- All Implemented Interfaces:
public final class UnreadSeparatorItemState extends MessageListItemState
Represents an unread separator item inside a message list.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerunreadCount
-
Constructor Summary
Constructors Constructor Description UnreadSeparatorItemState(Integer unreadCount)
-
Method Summary
Modifier and Type Method Description final IntegergetUnreadCount()-
-
Constructor Detail
-
UnreadSeparatorItemState
UnreadSeparatorItemState(Integer unreadCount)
- Parameters:
unreadCount- The number of unread messages.
-
-
Method Detail
-
getUnreadCount
final Integer getUnreadCount()
-
-
-
-