ripe / com.ripe.android.api / BrandAPI / getDefaultsAsync

getDefaultsAsync

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

Returns the default customization of a specific brand or model. If no model is provided then returns the defaults of the owner's current model.

Parameters

options - a map that accepts brand and model as keys.

Return
A Deferred that will be completed with the result.