-
public final class TriggerConditionData class representing a trigger condition for in-app messages.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpropertyNameprivate final TriggerOperatoropprivate final TriggerValuevalue
-
Constructor Summary
Constructors Constructor Description TriggerCondition(String propertyName, TriggerOperator op, TriggerValue value)
-
Method Summary
Modifier and Type Method Description final StringgetPropertyName()final TriggerOperatorgetOp()final TriggerValuegetValue()-
-
Constructor Detail
-
TriggerCondition
TriggerCondition(String propertyName, TriggerOperator op, TriggerValue value)
- Parameters:
propertyName- The name of the property to be checked.op- The operator used for comparison (e.g., GreaterThan, Equals, etc.).value- The value to compare against.
-
-
Method Detail
-
getPropertyName
final String getPropertyName()
-
getOp
final TriggerOperator getOp()
-
getValue
final TriggerValue getValue()
-
-
-
-