@Beta(2020, 12) interface ChargingStationsCallback
Callback which is responsible to inform about a received ChargingStations or respective error.
abstract fun onError(error: SearchException): Unit
Called when an error occurs during the process of obtaining the ChargingStations. |
|
abstract fun onSuccess(chargingStations: ChargingStations): Unit
Called when a ChargingStations has been obtained successfully. |