public interface MessageViewFilter
MessageView
should be
filtered.Modifier and Type | Method and Description |
---|---|
boolean |
filter(MessageView view)
Checks if a
MessageView should be filtered. |
boolean filter(MessageView view)
MessageView
should be filtered.
A return value of true
will cause the message to be filtered out.
view
- The view to check.true
if a MessageView
should be filtered out.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.