SilentPushListener

fun interface SilentPushListener

Listener interface for silent push messages. Silent push messages are background messages that don't display notifications.

Functions

Link copied to clipboard
abstract fun onSilentPushReceived(data: Map<String, String>)

Called when a silent push message is received.