selfHandledClicked
Mark self-handled campaign as clicked for the account configured as default.
Since
6.0.0
Parameters
context
Instance of Context
data
Instance of SelfHandledCampaignData
Mark self-handled campaign as clicked for the given instance.
Since
6.0.0
Parameters
context
Instance of Context
data
Instance of SelfHandledCampaignData
appId
Account identifier, APP ID on the MoEngage Dashboard.
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
Instance of SelfHandledCampaignData
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
Instance of SelfHandledCampaignData
widgetId
Id for the widget that is clicked.
appId
Account identifier, APP ID on the MoEngage Dashboard.