SelfHandledCampaignTrackingResult

data class SelfHandledCampaignTrackingResult(val campaignName: String, val campaignId: String, val trackingType: SelfHandledCampaignTrackingType)

Success payload delivered to com.moengage.core.task.MoETask.onSuccess for the self-handled campaign tracking APIs selfHandledShown(...), selfHandledClicked(...), and selfHandledDismissed(...).

Author

Gowtham KK

Since

11.0.0

Constructors

Link copied to clipboard
constructor(campaignName: String, campaignId: String, trackingType: SelfHandledCampaignTrackingType)

Properties

Link copied to clipboard

Identifier of the campaign that was tracked.

Link copied to clipboard

A readable name for the campaign that was tracked.

Link copied to clipboard

The self-handled interaction that was tracked.