Rules

open class Rules

Constructors

Rules
Link copied to clipboard
open fun Rules(@Nullable() screenName: String, @Nullable() context: Set<String>)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
fromJson
Link copied to clipboard
open fun fromJson(@Nullable() rulesJson: JSONObject): Rules
toJson
Link copied to clipboard
open fun toJson(rules: Rules): JSONObject
toString
Link copied to clipboard
open fun toString(): String

Properties

context
Link copied to clipboard
val context: Set<String>
Context for which the campaign should be shown.
screenName
Link copied to clipboard
val screenName: String
Screen name on which the campaign should be shown.