| com.glia.androidsdk.RequestCallback<T> |
Callback used in some requests to Glia SDK.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onResult(T response, GliaException exception)
Method that is fired when request succeeded or if error happened.
| ||||||||||
Method that is fired when request succeeded or if error happened.
| response | result returned if the request succeeded |
|---|---|
| exception | error returned if the request failed |