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(java.lang.Exception exception)
exception
- Exception
© 2017–2018 Mapbox. All rights reserved.