- Bump dependencies to latest version.
- The functions
registerandunregisterare 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
handleNotificationPayloadnullable. 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.