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 "Push Notification" data type message.