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

AchievementsViewModel

class AchievementsViewModel : ViewModel

ViewModel for the achievement ui.

Parameters

application - The application to create a AchievementsRepository for.

Types

Factory

Factory for the AchievementsViewModel.

class Factory : Factory

Constructors

<init>

ViewModel for the achievement ui.

AchievementsViewModel(application: Application)

Properties

achievements

List of all Achievements from the repository.

val achievements: LiveData<List<Achievement>>