mirzemehdi / KMPNotifier

Kotlin Multiplatform Push Notification Library targetting android, iOS, Desktop and Web (JS and Wasm)
http://mirzemehdi.com/KMPNotifier/
Apache License 2.0
300 stars 16 forks source link

Feature: Enable URL Key Specification #75

Open sonatard opened 11 hours ago

sonatard commented 11 hours ago

We are sending keys like android_url from the server, so we want to make it possible to retrieve them.

https://github.com/mirzemehdi/KMPNotifier/blob/fe729de97830240ef2a1799959c15e13de53c25d/kmpnotifier/src/androidMain/kotlin/com/mmk/kmpnotifier/notification/AndroidNotifier.kt#L75

mirzemehdi commented 5 hours ago

@sonatard can you please elaborate more what is the issue, couldn't get it?