- Fix PendingIntent flags for Android 12 support
- ANDDEP-1241 Fix unique pushes implementation
- ANDDEP-930 Added support to custom actions in the notification. Added corresponding listener to the
PushEventListener. - NO BACKWARD COMPATIBILITY Before in PushInteractor you received
BaseNotificationTypeData<T>, now in thePushInteractoryou must register your listener to the object type which is used in theBaseNotificationTypeData<T>or its inherit classes. - ANDDEP-1148 code updated for target sdk 30
- NotificationCenter removed - use
PushHandler - Added push notification grouping
- Now you can subscribe to events such as opening and rejecting push notifications
- by default, when you click on the push notification, the
PushEventListenercallback is called, in order to change the behavior, you can override preparePendingIntent inPushHandlerStrategy
- NotificationCenter - Deprecated
- The main one is
PushHandlerand its implementation - Now there is the ability to configure the assistant through the dagger.
- It is possible to subscribe to push through
PushInteractor - Added
FcmStorage