@PublicPreview("2021.06") interface ChargingStationsCallback
Callback that informs 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 successfully obtained. |