public static interface Branch.BranchListResponseListener
An Interface class that is implemented by all classes that make use of
Branch.BranchListResponseListener
, defining a single method that takes a list of
JSONArray
format, and an error message of BranchError
format that will be
returned on failure of the request response.
JSONArray
,
BranchError
Modifier and Type | Method and Description |
---|---|
void |
onReceivingResponse(org.json.JSONArray list,
BranchError error) |
void onReceivingResponse(org.json.JSONArray list, BranchError error)