app / de.uniks.codliners.stock_simulator.database / AchievementsDao / getAchievementWithName

getAchievementWithName

abstract fun getAchievementWithName(name: Int): LiveData<Achievement>

Returns the Achievement with the matching name, wrapped in LiveData.

Parameters

name - The Achievement name used in this query.

Return
LiveData containing the Achievement that matches the query parameters.