T
- Response type.public interface CloudCallback<T>
Callback methods are executed on application's main thread.
Modifier and Type | Method and Description |
---|---|
void |
failure(EstimoteCloudException serverException)
Unsuccessful response.
|
void |
success(T t)
Successful response.
|
void success(T t)
void failure(EstimoteCloudException serverException)