- Bump dependencies to latest version.
- The functions
register
andunregister
are now suspend functions so you need to use a coroutine context to run this. Example at the sample app.
- Bump dependencies to latest version.
- Make return value for
handleNotificationPayload
nullable. If this method returns null no notification will be generated.
- Change structure of how to implement payload handling
- Change PendingIntent handling and move it's logic to
NotificationData
.