Package-level declarations

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun emitPushEventsIfRemote(notificationContent: UNNotificationContent)

Emits push events into NotifierEventHub when the given notification content originates from a remote (Firebase) push message. No-op for local notifications.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun KMPNotifier.initialize(context: Context, configuration: NotificationPlatformConfiguration, vararg extensions: KMPNotifierExtension)
Link copied to clipboard
fun UNNotificationContent.isRemoteNotification(): Boolean
Link copied to clipboard

In order to receive notification data payload this function needs to be called in Android side in launcher Activity #onCreate and #onNewIntent methods.

Link copied to clipboard
fun KMPNotifier.onNotificationClicked(notificationContent: UNNotificationContent)

Emits the notification-clicked event for the given notification content.