StatusCallback

@Since(version = 1)
interface StatusCallback

Interface for a callback to be invoked by the Vehicle Integration Library when a status occurs that impacts the clients while creating or using a VehicleIntegrationClient instance.

Functions

Link copied to clipboard
@Since(version = 1)
abstract fun onConnectionStatus(connectionStatus: NavAppConnectionStatus)

Callback when a status change occurred in the framework.

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

Callback when an error occurred in the framework.