AdjustAttributionType class

Attribution data returned by Adjust

Constructors

AdjustAttributionType({String? adid, String? trackerToken, String? trackerName, String? network, String? campaign, String? adgroup, String? creative, String? clickLabel, String? costType, double? costAmount, String? costCurrency, String? fbInstallReferrer, double? costInUsd, Map<String, String>? callbackParams, Map<String, String>? partnerParams})

Properties

adgroup String?
final
adid String?
final
callbackParams Map<String, String>?
final
campaign String?
final
clickLabel String?
final
costAmount double?
final
costCurrency String?
final
costInUsd double?
final
costType String?
final
creative String?
final
fbInstallReferrer String?
final
hashCode int
The hash code for this object.
no setterinherited
network String?
final
partnerParams Map<String, String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackerName String?
final
trackerToken String?
final

Methods

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

Operators

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