-
public interface InboxWebserviceListenerListener for the fetch inbox webservice
-
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess(InboxWebserviceResponse result)Called when a request succeed abstract voidonFailure(@NonNull() String error)Called on error -
-
Method Detail
-
onSuccess
abstract void onSuccess(InboxWebserviceResponse result)
Called when a request succeed
-
-
-
-