public abstract class GCMPushIntentService extends IntentService implements DeliveryCallback
Constructor and Description |
---|
GCMPushIntentService() |
Modifier and Type | Method and Description |
---|---|
void |
onBackendDelivery(BackendDelivery delivery)
This function executes automatically when the sdk receive any push by backend
|
void |
onCampaignDelivery(CampaignDelivery delivery)
This function executes automatically when the sdk receive any push by manager
|
protected void |
onHandleIntent(Intent intent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onGenericPush
protected static final String TAG
protected void onHandleIntent(Intent intent)
public void onBackendDelivery(BackendDelivery delivery)
DeliveryCallback
onBackendDelivery
in interface DeliveryCallback
delivery
- contains a delivery informationpublic void onCampaignDelivery(CampaignDelivery delivery)
DeliveryCallback
onCampaignDelivery
in interface DeliveryCallback
delivery
- contains a delivery information