class Factory : Factory
Factory for constructing DevByteViewModel with parameter
<init> |
Factory for constructing DevByteViewModel with parameter Factory(: Application, : String, : String) |
app |
val app: Application |
id |
val id: String |
create |
fun <T : ViewModel?> create(: Class<T>): T |