public final class

InstallReferrerService

extends IntentService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ android.app.IntentService
           ↳ 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(String name)
InstallReferrerService()
Protected Methods
void onHandleIntent(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 InstallReferrerService (String name)

public InstallReferrerService ()

Protected Methods

protected void onHandleIntent (Intent intent)