@janiscommerce/app-push-notification
Version:
This package will take care of performing the main actions for registration to receive notifications in the foreground and background.
9 lines (8 loc) • 605 B
JavaScript
export {default as Storage} from './instance';
export {default as DEFAULT_STORAGE_CONFIG} from './constants/defaultStorageConfig';
export {default as saveNotification} from './utils/saveNotification';
export {default as removeOldestNotification} from './utils/removeOldestNotification';
export {default as removeStoredNotification} from './utils/removeStoredNotification';
export {default as getStoredNotification} from './utils/getStoredNotification';
export {default as storeNotification} from './helpers/storeNotification';
export {default as hasNotificationStore} from './utils/hasNotificationStore';