public final class

InstallReferrerService

extends CampaignTrackingService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.google.android.gms.analytics.CampaignTrackingService
           ↳ com.google.android.gms.tagmanager.InstallReferrerService

Class Overview

IntentService for handling the Google Play Store's INSTALL_REFERRER intent. This service will be launched from InstallReferrerReceiver. See that class for details.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
InstallReferrerService()
[Expand]
Inherited Methods
From class com.google.android.gms.analytics.CampaignTrackingService
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks2
From interface android.content.ComponentCallbacks

Public Constructors

public InstallReferrerService ()