passPushPayload

fun passPushPayload(context: Context, payload: Bundle)

Pass the payload received from FCM to the MoEngage SDK for showing Push Notification.

Parameters

context

instance of Context

payload

instance of Bundle


fun passPushPayload(context: Context, payload: Map<String, String>)

Pass the payload received from FCM to the MoEngage SDK for showing Push Notification.

Parameters

context

instance of Context

payload

instance of Map