Package | Description |
---|---|
com.scvngr.levelup.core.net | |
com.scvngr.levelup.core.service |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<LevelUpResponse> |
LevelUpResponse.CREATOR
Creator for parceling.
|
Modifier and Type | Method and Description |
---|---|
LevelUpResponse |
LevelUpConnection.send(AbstractRequest request)
Performs the request.
|
Constructor and Description |
---|
LevelUpResponse(LevelUpStatus status,
LevelUpResponse originalResponse) |
Modifier and Type | Method and Description |
---|---|
LevelUpResponse |
AbstractNetworkRequestService.BroadcastResult.getResponse() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractNetworkRequestService.handleResponse(Context context,
LevelUpResponse response)
Handle the response from the server.
|
protected boolean |
SilentNetworkRequestService.handleResponse(Context context,
LevelUpResponse response) |
Constructor and Description |
---|
BroadcastResult(LevelUpResponse response,
boolean success,
String token) |