Class MessageListItem.UnreadSeparatorItem
-
- All Implemented Interfaces:
public final class MessageListItem.UnreadSeparatorItem extends MessageListItem
Represent an unread separator item in a MessageListView.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerunreadCount
-
Constructor Summary
Constructors Constructor Description MessageListItem.UnreadSeparatorItem(Integer unreadCount)
-
Method Summary
Modifier and Type Method Description final IntegergetUnreadCount()Stringstringify()-
-
Constructor Detail
-
MessageListItem.UnreadSeparatorItem
MessageListItem.UnreadSeparatorItem(Integer unreadCount)
-
-
Method Detail
-
getUnreadCount
final Integer getUnreadCount()
-
-
-
-