GamesTabViewModel

internal class GamesTabViewModel : ViewModel

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val groupedGames: ImmutableMap<String, List<GamesDataItem>>
Link copied to clipboard
val sortedGames: ImmutableList<GamesDataItem>

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
internal fun clear()
Link copied to clipboard
Link copied to clipboard
protected open fun onCleared()