ReferrerDetails
  public
  
  
  
  class
  ReferrerDetails
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.installreferrer.api.ReferrerDetails | 
Represents an install referrer details.
Summary
| Public constructors | |
|---|---|
| 
      ReferrerDetails(Bundle referrerBundle)
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        boolean | 
      getGooglePlayInstantParam()
      Boolean indicating if the user has interacted with the app's instant experience in the past 7 days. | 
| 
        
        
        
        
        
        long | 
      getInstallBeginTimestampSeconds()
      The timestamp in seconds when installation begins. | 
| 
        
        
        
        
        
        String | 
      getInstallReferrer()
      The referrer URL of the installed package. | 
| 
        
        
        
        
        
        long | 
      getReferrerClickTimestampSeconds()
      The timestamp in seconds when referrer click happens. | 
| Inherited methods | |
|---|---|
|  From
class 
  
    java.lang.Object
  
 | |
Public constructors
ReferrerDetails
ReferrerDetails (Bundle referrerBundle)
| Parameters | |
|---|---|
| referrerBundle | Bundle | 
Public methods
getGooglePlayInstantParam
boolean getGooglePlayInstantParam ()
Boolean indicating if the user has interacted with the app's instant experience in the past 7 days.
| Returns | |
|---|---|
| boolean | |
getInstallBeginTimestampSeconds
long getInstallBeginTimestampSeconds ()
The timestamp in seconds when installation begins.
| Returns | |
|---|---|
| long | |
getInstallReferrer
String getInstallReferrer ()
The referrer URL of the installed package.
| Returns | |
|---|---|
| String | |
getReferrerClickTimestampSeconds
long getReferrerClickTimestampSeconds ()
The timestamp in seconds when referrer click happens.
| Returns | |
|---|---|
| long | |
- Annotations
- Interfaces
- Classes
