public static class PrefHelper.DebugNetworkCallback
extends java.lang.Object
Debug connection callback that implements NetworkCallback to react to server calls
to debug API end-points.
| Constructor and Description |
|---|
PrefHelper.DebugNetworkCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
finished(ServerResponse serverResponse)
Called when the server response is returned following a request to the debug API.
|
int |
getConnectionStatus() |
public int getConnectionStatus()
Integer value containing the HTTP Status code of the current connection.
public void finished(ServerResponse serverResponse)
serverResponse - A ServerResponse object containing the result of the
PrefHelper.DebugNetworkCallback action.