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
fun selfHandledClicked(@NonNull context: Context, @NonNull data: SelfHandledCampaignData, @NonNull appId: String)
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.
fun selfHandledClicked(@NonNull context: Context, @NonNull data: SelfHandledCampaignData, @NonNull 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
Instance of SelfHandledCampaignData
widgetId
Id for the widget that is clicked.
fun selfHandledClicked(@NonNull context: Context, @NonNull data: SelfHandledCampaignData, widgetId: Int, @NonNull 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.