selfHandledClicked

Mark self-handled campaign as clicked for the account configured as default.

Since

6.0.0

Parameters

context

Instance of Context

data

Mark self-handled campaign as clicked for the given instance.

Since

6.0.0

Parameters

context

Instance of Context

data
appId

Account identifier, APP ID on the MoEngage Dashboard.


fun selfHandledClicked(context: Context, data: SelfHandledCampaignData, widgetId: Int)

Mark self-handled campaign as clicked with a given id for the account configured as default.

Since

6.0.0

Parameters

context

Instance of Context

data
widgetId

Id for the widget that is clicked.


fun selfHandledClicked(context: Context, data: SelfHandledCampaignData, widgetId: Int, appId: String)

Mark self-handled campaign as clicked with a given id for the given instance.

Since

6.0.0

Parameters

context

Instance of Context

data
widgetId

Id for the widget that is clicked.

appId

Account identifier, APP ID on the MoEngage Dashboard.