Filtering Hybrid App Messages

Filter the list of Hybrid App messages so only messages that meet specified criteria are shown. The default behavior is to return all messages. The comment tag associated with filtering Hybrid App messages is BLACKBERRY_CUSTOMIZATION_POINT_FILTERING.

  1. Open the CustomizationHelper.java file for editing.
  2. Find the method named getFilteredMessages() and modify it to meet your criteria.    
    getFilteredMessages() includes commented-out sample code that demonstrates how to filter out low-importance messages.
  3. Save the file.
  4. Rebuild the project.