T - Successful updated data typepublic interface LocationEngineCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Exception exception)
Invoked when engine exception occurs.
|
void |
onSuccess(T result)
Invoked when new data available.
|
void onSuccess(T result)
result - updated data.void onFailure(@NonNull
java.lang.Exception exception)
exception - Exception