public interface RequestListener
Modifier and Type | Field and Description |
---|---|
static int |
FAILED
result is FAILED
|
static int |
SUCCESS
result is SUCCESS
|
Modifier and Type | Method and Description |
---|---|
void |
onRequestResult(int requestId,
int result)
Called when request executing has been stopped.
|
static final int SUCCESS
static final int FAILED