SelfHandledCampaign

data class SelfHandledCampaign(payload: String, dismissInterval: Long, isCancellable: Boolean)

Self handled campaign object.

Author

Umang Chamaria Date: 2019-08-05

Since

10.0.00

Constructors

SelfHandledCampaign
Link copied to clipboard
fun SelfHandledCampaign(payload: String, dismissInterval: Long, isCancellable: Boolean)

Properties

dismissInterval
Link copied to clipboard
val dismissInterval: Long

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

isCancellable
Link copied to clipboard
val isCancellable: Boolean

Should the campaign be dismissed by pressing the back button or using the back gesture. if the value is true campaign should be dismissed on back press.

payload
Link copied to clipboard
val payload: String

Self handled campaign payload.