ReferrerDetails class
Constructors
- ReferrerDetails(Bundle referrerBundle)
Properties
- getInstallChannel → String?
-
Obtains channel information.
no setter
- getInstallReferrer → String?
-
Obtains install referrer information.
no setter
- getReferrerBeginTimeStampMillisecond → int?
-
Obtains the app installation timestamp, in milliseconds.
no setter
- getReferrerClickTimestampMillisecond → int?
-
Obtains the ad click timestamp, in milliseconds.
no setter
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- keyInstallBeginTimeStamp → const String
- Bundle key for the app installation timestamp.
- keyInstallChannel → const String
- Bundle key for channel information.
- keyInstallReferrer → const String
- Bundle key for install referrer information.
- keyReferrerClickTimeStamp → const String
- Bundle key for the ad click timestamp.