FrequencyCapping

open class FrequencyCapping

Controls the frequency at which the campaign is shown.

Constructors

FrequencyCapping
Link copied to clipboard
open fun FrequencyCapping(ignoreGlobalDelay: Boolean, maxCount: Long, minimumDelay: Long)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
fromJson
Link copied to clipboard
open fun fromJson(frequencyJson: JSONObject): FrequencyCapping
toJson
Link copied to clipboard
open fun toJson(frequencyCapping: FrequencyCapping): JSONObject
toString
Link copied to clipboard
open fun toString(): String

Properties

ignoreGlobalDelay
Link copied to clipboard
val ignoreGlobalDelay: Boolean
Whether campaign should obey global delay or not.
maxCount
Link copied to clipboard
val maxCount: Long
Maximum times campaign should be shown.
minimumDelay
Link copied to clipboard
val minimumDelay: Long
Minimum delay before which campaign should not be shown again.