AdjustSettings class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AdjustSettings.new(String appToken, {bool disabled = false, Map<String, String>? customEvents, int? delayTime, bool? setDelay, bool? setEnvironmentProduction, bool? setEventBufferingEnabled, bool? trackAttributionData})
AdjustSettings.fromJson(Map<String, dynamic> json)
factory

Properties

appToken String
final
customEvents Map<String, String>?
final
delayTime int?
final
disabled bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setDelay bool?
final
setEnvironmentProduction bool?
final
setEventBufferingEnabled bool?
final
trackAttributionData bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited