public class

TagManagerService

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

Class Overview

A Service used by TagManager to process and send tags.

TagManagerService should be registered in your application's AndroidManifest.xml.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
TagManagerService()
Public Methods
IBinder onBind(Intent intent)
[Expand]
Inherited Methods
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 TagManagerService ()

Public Methods

public IBinder onBind (Intent intent)

Parameters
intent Intent
Returns
IBinder