public class GcmIntentService extends AbstractGcmIntentService
AbstractGcmIntentService.MessageTypePUSH_TO_APP_FIELDS, PUSH_TO_USER_FIELDS| Constructor and Description |
|---|
GcmIntentService() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onHandlePushMessage(Context context,
AbstractGcmIntentService.MessageType messageType,
JSONObject receivedMessage,
boolean isForeground)
Called by IntentService when service receives push notification.
|
getAppName, getLargeIcon, getMessageType, getNotificationColor, getResouceValueAsBoolean, getResouceValueAsInteger, getResouceValueAsString, getSmallIcon, getSound, getText, isForeground, onHandleIntent, parseArgb, showNotificationArea, toJsonprotected boolean onHandlePushMessage(Context context,
AbstractGcmIntentService.MessageType messageType,
JSONObject receivedMessage,
boolean isForeground)
AbstractGcmIntentServiceonHandlePushMessage in class AbstractGcmIntentService