ripe / com.ripe.android.api / BaseAPI / getPriceAsync

getPriceAsync

open fun getPriceAsync(options: Map<String, Any> = HashMap()): Deferred<Map<String, Any>?>

Retrieves the price for current configuration. Returns a Deferred object that will be completed asynchronously.

Parameters

options - A map containing configuration information that can be used to override the current configuration - allows setting brand, model and parts.

Return
A Deferred that will be completed with the result.