-
- All Implemented Interfaces:
-
com.batch.android.webservice.listener.AttributesSendWebserviceListener
public class AttributesSendWebserviceListenerImpl implements AttributesSendWebserviceListener
Default implementation for attributes send webservice
-
-
Method Summary
Modifier and Type Method Description voidonSuccess(AttributesSendResponse response)Called on success voidonError(FailReason reason)Called on error -
-
Method Detail
-
onSuccess
void onSuccess(AttributesSendResponse response)
Called on success
-
onError
void onError(FailReason reason)
Called on error
-
-
-
-