Sorting Hybrid AppMessages

The default sorting behavior for Hybrid App messages is to list messages in the order they are received, newest first. The customization tag for sorting messages is BLACKBERRY_CUSTOMIZATION_POINT_SORTING.

  1. Open the CustomizationHelper.java file for editing.
  2. Search for the method named getMessageComparator() and modify the code to your sorting requirements.
  3. Save the file.
  4. Rebuild the project.