+
+ **V5**
-```diff
-- import { Notifications } from 'aws-amplify';
+ ```
+ PushNotificationPermissionStatus.SHOULD_REQUEST
+ PushNotificationPermissionStatus.SHOULD_EXPLAIN_THEN_REQUEST
+ PushNotificationPermissionStatus.GRANTED
+ PushNotificationPermissionStatus.DENIED
+ ```
-+ import {
-+ initializePushNotifications,
-+ onNotificationReceivedInBackground,
-+ onNotificationReceivedInForeground,
-+ onNotificationOpened,
-+ getLaunchNotification,
-+ } from 'aws-amplify/push-notifications';
+
+
+ **V6**
-Amplify.configure(config);
+ ```
+ 'shouldRequest' | 'shouldExplainThenRequest' | 'granted' | 'denied'
+ ```
-- Notifications.Push.enable();
-+ initializePushNotifications();
+
+
+