Interface InboxItemFilter


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

    Modifier and Type
    Method
    Description
    boolean
    doInclude(InboxItem inboxItem)
    This method returns true if the given InboxItem matches the filter criteria.
  • Method Details

    • 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.