getProfile

abstract fun getProfile(id: String): LiveData<DProfile>

Queries for a vehicle profile with given ID

Return

LiveData object containing vehicle profile with selected ID

Parameters

id

of the profile to be queried