Managing Notifications
Manage in-app and push notifications for replies in KMP.
In-app notifications
RepliesKmp.setInAppNotificationsEnabled(true)In-app notification sound (Android)
RepliesKmp.setInAppNotificationSound(true)Push notifications (Android)
RepliesKmp.setPushNotificationRegistrationToken(fcmToken)RepliesKmp.showNotification(data) // data: Map<String, String>RepliesKmp.setNotificationIcon(R.drawable.ic_notification)
RepliesKmp.setPushNotificationChannelId("luciq_replies")
RepliesKmp.setSystemReplyNotificationSoundEnabled(true)Last updated