class AchievementsViewModel : ViewModel
ViewModel for the achievement ui.
application
- The application to create a AchievementsRepository for.
Factory |
Factory for the AchievementsViewModel. class Factory : Factory |
<init> |
ViewModel for the achievement ui. AchievementsViewModel(application: Application) |
achievements |
List of all Achievements from the repository. val achievements: LiveData<List<Achievement>> |