onPushNotification

open fun onPushNotification(title: String?, body: String?)

Called when "Push Notification" notification type message is received.

Parameters

title

Notification title

body

Notification body message

See also

For Receiving one callback instead of two

for receiving "Push Notification" data type message.