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 N5 Technologies, Inc. All Rights Reserved.