class Factory : Factory
The NewsViewModel's factory class.
<init> |
The NewsViewModel's factory class. Factory(application: Application, symbol: String) |
create |
The factory's construction method. fun <T : ViewModel?> create(modelClass: Class<T>): T |