class Factory : Factory
Factory for the AchievementsViewModel.
<init> |
Factory for the AchievementsViewModel. Factory(application: Application) |
create |
Attempts to create a AchievementsViewModel. fun <T : ViewModel?> create(modelClass: Class<T>): T |