Push Inbox
Push Inbox Overview
Filtering Notifications
import { Netmera, NetmeraInboxFilter } from '@awesome-cordova-plugins/netmera/ngx'
const netmeraInboxFilter = new NetmeraInboxFilter()
Netmera Inbox Object
export interface NetmeraInboxFilter {
status?: number;
pageSize?: number;
categories?: string[];
includeExpiredObjects?: boolean;
}Fetching the First Page
Fetching Next Pages
Updating Push Notification Status
Counting Notifications by Status
Last updated
Was this helpful?