Interface MessageListView.ShowAvatarPredicate
-
- All Implemented Interfaces:
public interface MessageListView.ShowAvatarPredicatePredicate object with a filter condition for MessageListItem. Used to filter a list of MessageListItem before applying it to MessageListView.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanshouldShow(MessageListItem.MessageItem messageItem)-
-
Method Detail
-
shouldShow
abstract Boolean shouldShow(MessageListItem.MessageItem messageItem)
-
-
-
-