TriggerCondition

open class TriggerCondition

Author

Umang Chamaria Date: 2019-08-27

Constructors

TriggerCondition
Link copied to clipboard
open fun TriggerCondition(@NonNull() eventName: String, @Nullable() attributes: JSONObject)

Functions

fromJson
Link copied to clipboard
open fun fromJson(triggerJson: JSONObject): TriggerCondition
toJson
Link copied to clipboard
open fun toJson(trigger: TriggerCondition): JSONObject
toString
Link copied to clipboard
open fun toString(): String

Properties

attributes
Link copied to clipboard
val attributes: JSONObject
Attribute conditions.
eventName
Link copied to clipboard
val eventName: String
Trigger Event name