public class GCMMessageHandler
extends IntentService
Modifier and Type | Field and Description |
---|---|
(package private) android.support.v4.app.NotificationCompat.Builder |
builder |
private int |
mNotificationCounter |
private NotificationManager |
mNotificationManager |
static int |
NOTIFICATION_ID |
private static java.lang.String |
SERVICE_NAME |
private static java.lang.String |
TAG |
Constructor and Description |
---|
GCMMessageHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
onHandleIntent(Intent intent) |
private void |
sendNotification(java.lang.String msg) |
private static final java.lang.String SERVICE_NAME
private static final java.lang.String TAG
public static final int NOTIFICATION_ID
private NotificationManager mNotificationManager
android.support.v4.app.NotificationCompat.Builder builder
private int mNotificationCounter