NotifierEventHub
object 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard