-
- All Implemented Interfaces:
-
com.batch.android.webservice.listener.PushWebserviceListener
public class PushWebserviceListenerImpl implements PushWebserviceListener
Implementation of PushWebserviceListener
-
-
Method Summary
Modifier and Type Method Description voidonSuccess()Called on success voidonError(FailReason reason)Called on error -
-
Method Detail
-
onSuccess
void onSuccess()
Called on success
-
onError
void onError(FailReason reason)
Called on error
-
-
-
-