onPayloadData

open fun onPayloadData(data: PayloadData)

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

Parameters

data

Push Notification Payload Data

See also

For Receiving one callback instead of two

for receiving "Push Notification" notification type message.