3.2.0
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
}