selfHandledClicked

fun selfHandledClicked(context: Context, campaign: MoEInAppCampaign)

Mark self-handled campaign as clicked.

Note: If this API is called for any other campaign type request will be ignored.

Since

10.0.00

Parameters

context

instance of Context

campaign

instance of MoEInAppCampaign passed in the callback.


fun selfHandledClicked(context: Context, campaign: MoEInAppCampaign, widgetId: Int)

Mark self-handled campaign as clicked.

Note: If this API is called for any other campaign type request will be ignored.

Since

10.0.00

Parameters

context

instance of Context

campaign

instance of MoEInAppCampaign passed in the callback.

widgetId

id of the widget which was clicked.