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.


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(@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
widgetId

Id for the widget that is clicked.

appId

Account identifier, APP ID on the MoEngage Dashboard.