Push Notification Received Payload
data class PushNotificationReceivedPayload(val messageId: String?, val title: String?, val body: String?, val data: Map<String, String>)
Payload fired to host-app listeners registered via Swan.addPushNotificationReceivedListener when a data-only FCM message arrives in the foreground BEFORE the SDK has displayed the system notification.