public abstract class

OmlibNotificationServiceBase

extends IntentService
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ android.app.IntentService
           ↳ mobisocial.omlib.service.OmlibNotificationServiceBase

Summary

Constants
String ACTION_ACCEPT_PUSH_MESSAGE
String ACTION_REFRESH_GCM
String ACTION_SUBMIT_PUSH_KEY
String EXTRA_MESSAGE_TEXT
String EXTRA_PUSH_KEY
String EXTRA_PUSH_TYPE
String EXTRA_WAKE_LOCK_ID
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Fields
protected final String TAG
Public Constructors
OmlibNotificationServiceBase()
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

Constants

public static final String ACTION_ACCEPT_PUSH_MESSAGE

Constant Value: "mobisocial.omlib.action.ACCEPT_PUSH_MSG"

public static final String ACTION_REFRESH_GCM

Constant Value: "mobisocial.omlib.action.REFRESH_GCM"

public static final String ACTION_SUBMIT_PUSH_KEY

Constant Value: "mobisocial.omlib.action.SUBMIT_PUSH_KEY"

public static final String EXTRA_MESSAGE_TEXT

Constant Value: "mobisocial.omlib.extra.MSG_TEXT"

public static final String EXTRA_PUSH_KEY

Constant Value: "mobisocial.omlib.extra.PUSH_KEY"

public static final String EXTRA_PUSH_TYPE

Constant Value: "mobisocial.omlib.extra.PUSH_TYPE"

public static final String EXTRA_WAKE_LOCK_ID

Constant Value: "mobisocial.omlib.extra.WAKE_LOCK_ID"

Fields

protected final String TAG

Constant Value: "OmlibNotify"

Public Constructors

public OmlibNotificationServiceBase ()

Protected Methods

protected void onHandleIntent (Intent intent)