Active Paywall Rule
data class ActivePaywallRule( val id: Int, val conditions: HashMap<String, RuleCondition>?, val e: List<Any>, val cc: String?, val cl: String?, val rt: Int, val budget: RuleBudget)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ActivePaywallRule( id: Int, conditions: HashMap<String, RuleCondition>?, e: List<Any>, cc: String?, cl: String?, rt: Int, budget: RuleBudget)
Content copied to clipboard