HomeScreenViewModel

class HomeScreenViewModel @Inject constructor(defaultRepository: DefaultRepository, context: Context, settings: Settings) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(defaultRepository: DefaultRepository, context: Context, settings: Settings)

Properties

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

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard

Only works with the Collection API

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