SelfHandledCampaign

data class SelfHandledCampaign(val payload: String, val dismissInterval: Long, val displayRules: Rules)

Self handled campaign object.

Author

Umang Chamaria

Since

10.0.00

Parameters

payload

Self handled campaign payload.

dismissInterval

Interval after which in-app should be dismissed, unit - Seconds

campaignData

InApp Campaign Meta data. Creates an instance of SelfHandledCampaign with the provided payload, dismissInterval and campaignData

Constructors

Link copied to clipboard
constructor(payload: String, dismissInterval: Long, displayRules: Rules)

Properties

Link copied to clipboard

Interval after which in-app should be dismissed, unit - Seconds

Link copied to clipboard

InApp Campaign Display Rules

Link copied to clipboard

Self handled campaign payload.