R - the expected response typepublic interface BaasHandler<R>
| Modifier and Type | Field and Description |
|---|---|
static BaasHandler |
NOOP
A no op handler, that simply discards the received response
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(BaasResult<R> result)
Method invoked with the result of an async request.
|
static final BaasHandler NOOP
void handle(BaasResult<R> result)
result - the result or an error wrapped in a BaasResult