app / de.uniks.codliners.stock_simulator.database / QuoteDao / getQuoteWithId

getQuoteWithId

abstract fun getQuoteWithId(id: String): LiveData<Quote>

Returns the Quote with the matching id, wrapped in LiveData.

Parameters

id - The Quote id used in this query.

Return
LiveData containing the Quote that matches the query parameters.