public class

EventService

extends IntentService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ android.app.IntentService
           ↳ com.urbanairship.analytics.EventService

Class Overview

The EventService is an IntentService designed to handle periodic analytics event uploads and saving events to be uploaded.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
EventService()
EventService(String serviceName)
Public Methods
void onCreate()
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 EventService ()

public EventService (String serviceName)

Public Methods

public void onCreate ()

Protected Methods

protected void onHandleIntent (Intent intent)