// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export { getBadgeCount } from './getBadgeCount'; export { getLaunchNotification } from './getLaunchNotification'; export { getPermissionStatus } from './getPermissionStatus'; export { identifyUser } from './identifyUser'; export { initializePushNotifications } from './initializePushNotifications'; export { onNotificationOpened } from './onNotificationOpened'; export { onNotificationReceivedInBackground } from './onNotificationReceivedInBackground'; export { onNotificationReceivedInForeground } from './onNotificationReceivedInForeground'; export { onTokenReceived } from './onTokenReceived'; export { requestPermissions } from './requestPermissions'; export { setBadgeCount } from './setBadgeCount';