Interface InboxItemFilter


  • public interface InboxItemFilter
    The InboxItemFilter interface allows filter implementations that can be used to filter specific InboxItems
    • Method Detail

      • doInclude

        boolean doInclude​(InboxItem inboxItem)
        This method returns true if the given InboxItem matches the filter criteria.
        Parameters:
        inboxItem - InboxItem to check
        Returns:
        true if the given InboxItem matches the filter criteria.