KMPNotifier Desktop Support issues? #47
mirzemehdi
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi, I' m using your library to implement the notifications on a Desktop application and my answer is can I handle this also if the NotifierManager.addListener(object : Listener {
override fun onNotificationClicked(data: PayloadData) {
super.onNotificationClicked(data)
// handle payload
}
}) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please share any issues that occurred related to KMPNotifier Desktop part as it can be considered in alpha state for desktop target. For now Desktop supports only local notifications only, push notifications are not available
Beta Was this translation helpful? Give feedback.
All reactions