selfHandledShown
fun selfHandledShown(context: Context, data: SelfHandledCampaignData): MoETask<SelfHandledCampaignTrackingResult>
Mark self-handled campaign as shown for the account configured as default.
Since
6.0.0
Parameters
context
Instance of Context
data
Instance of SelfHandledCampaignData
Throws
if the SDK is not initialized.
fun selfHandledShown(context: Context, data: SelfHandledCampaignData, appId: String): MoETask<SelfHandledCampaignTrackingResult>
Mark self-handled campaign as shown for the given account.
Since
6.0.0
Parameters
context
Instance of Context
data
Instance of SelfHandledCampaignData
appId
Account identifier, APP ID on the MoEngage Dashboard.
Throws
if the SDK is not initialized.