You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our code is as follows. Since the key for retrieving urlData is different, we believe that using KMPNotifier results in the inability to retrieve urlData.
overridefunonMessageReceived(remoteMessage:RemoteMessage) {
val urlData = remoteMessage.data["android_open_url"]
We are sending keys like android_url from the server, so we want to make it possible to retrieve them.
KMPNotifier/kmpnotifier/src/androidMain/kotlin/com/mmk/kmpnotifier/notification/AndroidNotifier.kt
Line 75 in fe729de
The text was updated successfully, but these errors were encountered: