DeliveryControl

open class DeliveryControl

Author

Umang Chamaria Date: 2019-07-25

Constructors

DeliveryControl
Link copied to clipboard
open fun DeliveryControl(priority: Long, frequencyCapping: FrequencyCapping, persistent: Boolean)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
fromJson
Link copied to clipboard
open fun fromJson(deliveryJson: JSONObject): DeliveryControl
toJson
Link copied to clipboard
open fun toJson(deliveryControl: DeliveryControl): JSONObject
toString
Link copied to clipboard
open fun toString(): String

Properties

frequencyCapping
Link copied to clipboard
val frequencyCapping: FrequencyCapping
Controls the frequency at which the campaign is shown.
persistent
Link copied to clipboard
val persistent: Boolean
Should the campaign be shown after primary widget is clicked.
priority
Link copied to clipboard
val priority: Long
Priority of the given campaign.