FuelPriceProvider

This is the interface of the fuel price API.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard

Synchronously, requests the fuel prices based on the provided FuelPriceOptions object and delivers the Result by the provided FuelPriceResponse, or by a SearchError if the action fails.

Asynchronously, requests the fuel prices based on the provided FuelPriceOptions object and returns the result by the provided FuelPriceCallback.