onPushNotification

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

Called when "Push Notification" notification type message is received. This can be deprecated in future in favor of onPushNotificationWithPayloadData method.

Parameters

title

Notification title

body

Notification body message

See also

For Receiving one callback instead of two

for receiving "Push Notification" data type message.