ItemsViewModel

class ItemsViewModel @Inject constructor(var repository: QuestRepository, var mapper: StoryMapper, var statusMapper: StatusMapper) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(repository: QuestRepository, mapper: StoryMapper, statusMapper: StatusMapper)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun setWearable(wearable: WearableModel)
Link copied to clipboard
Link copied to clipboard