UserEventFrequencyCondition constructor
UserEventFrequencyCondition({
- String? eventName,
- int? lookbackPeriod,
- FrequencyUnit? unit,
- ConditionOperator? comparison,
- DateTime? since,
- int? threshold,
Implementation
UserEventFrequencyCondition({
this.eventName,
this.lookbackPeriod,
this.unit,
this.comparison,
this.since,
this.threshold,
});