abstract fun getAchievementWithName(name: Int): LiveData<Achievement>
Returns the Achievement with the matching name, wrapped in LiveData.
name
- The Achievement name used in this query.
Return
LiveData containing the Achievement that matches the query parameters.