public interface DeliveryCallback
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
|
void |
onGenericPush(Intent intent)
This function executes automatically when the sdk receive any push by other server.
|
void onBackendDelivery(BackendDelivery delivery)
delivery
- contains a delivery informationvoid onCampaignDelivery(CampaignDelivery delivery)
delivery
- contains a delivery informationvoid onGenericPush(Intent intent)
intent
- contains push information.