Skip to content

3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 08:24
· 489 commits to main since this release
b8529a8

What's new

The new method to handle Qonversion notifications

The handleNotification(remoteMessage: RemoteMessage) method is deprecated now. Instead you should use handleNotification(messageData: Map<String, String>):

if (!Qonversion.handleNotification(remoteMessage.data)) {
     // Handle notification yourself
}