Push Inbox
Push Inbox Overview
Filtering Notifications
NetmeraInboxFilter filter = new NetmeraInboxFilter.Builder()
.pageSize(20) // Default: Integer.MAX_VALUE
.status(NetmeraPushObject.STATUS_ALL) // Default: NetmeraPushObject.STATUS_READ / NetmeraPushObject.STATUS_UNREAD
.categories(Arrays.asList("category_1", "category_2")) // Default: null
.includeExpiredObjects(true) // Default: false
//create filter object from builder
.build();Fetching the First Page
Fetching Next Pages
Updating Push Notification Status
Counting Notifications by Status
Handling Push Objects
Message Categories
Retrieving User Category Preferences
Last updated
Was this helpful?