ReferrerDetails class

Google Play Install Referrer Details.

Constructors

ReferrerDetails(String? _installReferrer, int _referrerClickTimestampSeconds, int _installBeginTimestampSeconds, int _referrerClickTimestampServerSeconds, int _installBeginTimestampServerSeconds, String? _installVersion, bool _googlePlayInstantParam)

Properties

googlePlayInstantParam bool
Indicates whether your app's instant experience was launched within the past 7 days.
no setter
hashCode int
The hash code for this object.
no setteroverride
installBeginTimestampSeconds int
The timestamp in seconds when installation begins.
no setter
installBeginTimestampServerSeconds int
The server-side timestamp, in seconds, when app installation began.
no setter
installReferrer String?
The referrer URL of the installed package.
no setter
installVersion String?
The app's version at the time when the app was first installed.
no setter
referrerClickTimestampSeconds int
The timestamp in seconds when referrer click happens.
no setter
referrerClickTimestampServerSeconds int
The server-side timestamp, in seconds, when the referrer click happened.
no setter
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
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override