public class

CampaignTrackingService

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

Class Overview

IntentService for handling the Google Play Store's INSTALL_REFERRER intent. This service will be launched from CampaignTrackingReceiver. 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
CampaignTrackingService(String name)
CampaignTrackingService()
Public Methods
void processIntent(Context context, Intent intent)
[Expand]
Inherited Methods
From class android.app.IntentService
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Public Constructors

public CampaignTrackingService (String name)

public CampaignTrackingService ()

Public Methods

public void processIntent (Context context, Intent intent)