NotifierEventHub

Central fan-out point for all notification events.

Event sources (platform delegates, broadcast receivers, messaging services) emit here. Shared events (click, action) reach KMPNotifier.Listeners; push events reach registered PushEventSinks.

Functions

Link copied to clipboard
fun emitAction(actionId: String, notificationId: Int, payload: PayloadData)
Link copied to clipboard
fun emitNewToken(token: String)
Link copied to clipboard
Link copied to clipboard
fun emitPushNotification(title: String?, body: String?)
Link copied to clipboard
fun emitPushNotificationWithPayloadData(title: String? = null, body: String? = null, data: PayloadData)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard