BaseViewModel

abstract class BaseViewModel : ViewModel

Functions

addCloseable
Link copied to clipboard
open fun addCloseable(@NonNull() p0: Closeable)
clear
Link copied to clipboard
fun clear()
getTag
Link copied to clipboard
open fun <T : Any> getTag(p0: String): T
setTagIfAbsent
Link copied to clipboard
open fun <T : Any> setTagIfAbsent(p0: String, p1: T): T

Inheritors

LoginViewModel
Link copied to clipboard