app / de.uniks.codliners.stock_simulator.ui.achievements / AchievementsViewModel / Factory

Factory

class Factory : Factory

Factory for the AchievementsViewModel.

Constructors

<init>

Factory for the AchievementsViewModel.

Factory(application: Application)

Functions

create

Attempts to create a AchievementsViewModel.

fun <T : ViewModel?> create(modelClass: Class<T>): T