UNPKG

@elemental-design/expo-notifications

Version:
31 lines (30 loc) 2.27 kB
export { default as getDevicePushTokenAsync } from './getDevicePushTokenAsync'; export { default as getExpoPushTokenAsync } from './getExpoPushTokenAsync'; export { default as getPresentedNotificationsAsync } from './getPresentedNotificationsAsync'; export { default as presentNotificationAsync } from './presentNotificationAsync'; export { default as dismissNotificationAsync } from './dismissNotificationAsync'; export { default as dismissAllNotificationsAsync } from './dismissAllNotificationsAsync'; export { default as getNotificationChannelsAsync } from './getNotificationChannelsAsync'; export { default as getNotificationChannelAsync } from './getNotificationChannelAsync'; export { default as setNotificationChannelAsync } from './setNotificationChannelAsync'; export { default as deleteNotificationChannelAsync } from './deleteNotificationChannelAsync'; export { default as getNotificationChannelGroupsAsync } from './getNotificationChannelGroupsAsync'; export { default as getNotificationChannelGroupAsync } from './getNotificationChannelGroupAsync'; export { default as setNotificationChannelGroupAsync } from './setNotificationChannelGroupAsync'; export { default as deleteNotificationChannelGroupAsync } from './deleteNotificationChannelGroupAsync'; export { default as getBadgeCountAsync } from './getBadgeCountAsync'; export { default as setBadgeCountAsync } from './setBadgeCountAsync'; export { default as getAllScheduledNotificationsAsync } from './getAllScheduledNotificationsAsync'; export { default as scheduleNotificationAsync } from './scheduleNotificationAsync'; export { default as cancelScheduledNotificationAsync } from './cancelScheduledNotificationAsync'; export { default as cancelAllScheduledNotificationsAsync } from './cancelAllScheduledNotificationsAsync'; export { default as createCategoryAsync } from './createCategoryAsync'; export { default as deleteCategoryAsync } from './deleteCategoryAsync'; export * from './TokenEmitter'; export * from './NotificationsEmitter'; export * from './NotificationsHandler'; export * from './NotificationPermissions'; export * from './Tokens.types'; export * from './Notifications.types'; export * from './NotificationChannelManager.types'; export * from './NotificationChannelGroupManager.types';