PlayerViewModel

open class PlayerViewModel(playerRepository: PlayerRepository) : ViewModel

Constructors

Link copied to clipboard
constructor(playerRepository: PlayerRepository)

Properties

Link copied to clipboard

Functions

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