ExternalOfferDetails class
Reporting details unique to the external offers program.
Constructors
- ExternalOfferDetails({String? appDownloadEventExternalTransactionId, String? installedAppCategory, String? installedAppPackage, String? linkType})
- ExternalOfferDetails.fromJson(Map json_)
Properties
- appDownloadEventExternalTransactionId ↔ String?
-
The external transaction id associated with the app download event through
an external link.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- installedAppCategory ↔ String?
-
The category of the downloaded app though this transaction.
getter/setter pair
- installedAppPackage ↔ String?
-
The package name of the app downloaded through this transaction.
getter/setter pair
- linkType ↔ String?
-
The type of content being reported by this transaction.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited