public final class

AnalyticsService

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

Class Overview

An IntentService used by Google Analytics. It will only be used if it is correctly declared in the manifest:

 <service android:name="com.google.android.gms.analytics.AnalyticsService" />

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
AnalyticsService()
AnalyticsService(String name)
[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.ComponentCallbacks2
From interface android.content.ComponentCallbacks

Public Constructors

public AnalyticsService ()

public AnalyticsService (String name)