PushEventSink

interface PushEventSink

Receives push-related events emitted into NotifierEventHub.

Implemented by the push module (forwarding to its public listeners) and by the kmpnotifier compatibility artifact (forwarding to legacy NotifierManager.Listeners).

Functions

Link copied to clipboard
open fun onNewToken(token: String)
Link copied to clipboard
open fun onPushNotification(title: String?, body: String?)
Link copied to clipboard
Link copied to clipboard