ReferrerDetails class
Google Play Install Referrer Details.
Constructors
- ReferrerDetails(String _installReferrer, int _referrerClickTimestampSeconds, int _installBeginTimestampSeconds, bool _googlePlayInstantParam)
Properties
- googlePlayInstantParam → bool
-
Boolean indicating if the user has interacted with the app's instant experience in the past 7 days.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- installBeginTimestampSeconds → int
-
The timestamp in seconds when installation begins.
read-only
- installReferrer → String
-
The referrer URL of the installed package.
read-only
- referrerClickTimestampSeconds → int
-
The timestamp in seconds when referrer click happens.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic o) → bool -
The equality operator. [...]
override