ErrorCallback

@Since(version = 1)
fun interface ErrorCallback

Interface for a callback to be invoked by the Vehicle Integration Library if an error occurs while creating or using a VehicleIntegrationClient instance.

Functions

Link copied to clipboard
@Since(version = 1)
abstract fun onError(error: NavAppError)

Callback when an error occurred in the framework.