public interface ErrorCallback
onError callback has occurred the NavAppClient instance
can no longer be used (subsequent calls are no-ops) and have to be re-created.
All callbacks are performed on the UI Thread.| Modifier and Type | Method and Description |
|---|---|
void |
onError(NavAppError error)
Callback when an Error occured in the framework.
|
void onError(NavAppError error)
error - The NavAppError that occurred.