AppMetricaExternalAttribution class

The class to store external attribution data.

Constructors

AppMetricaExternalAttribution.adjust({String? trackerToken, String? trackerName, String? network, String? campaign, String? adgroup, String? creative, String? clickLabel, String? adid, String? costType, num? costAmount, String? costCurrency, String? fbInstallReferrer})
Creates Adjust implementation of AppMetricaExternalAttribution.
AppMetricaExternalAttribution.airbridge(Map attribution)
Creates AirBridge implementation of AppMetricaExternalAttribution.
AppMetricaExternalAttribution.appsflyer(Map<String, dynamic> attribution)
Creates AppsFlyer implementation of AppMetricaExternalAttribution.
AppMetricaExternalAttribution.kochava(Map<String, dynamic> attribution)
Creates Kochava implementation of AppMetricaExternalAttribution.
AppMetricaExternalAttribution.singular(Map<String, dynamic> attribution)
Creates Singular implementation of AppMetricaExternalAttribution.
AppMetricaExternalAttribution.tenjin(Map<String, dynamic> attribution)
Creates Tenjin implementation of AppMetricaExternalAttribution.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPigeon() → ExternalAttributionPigeon
Serializes data to pigeon. For internal use.
toString() String
A string representation of this object.
inherited

Operators

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