public abstract class ViewModelBase<T>
extends androidx.lifecycle.AndroidViewModel
| Modifier | Constructor and Description |
|---|---|
protected |
ViewModelBase(Application application) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
getArguments() |
void |
init(T args) |
protected void |
onCleared() |
protected void |
onCreate() |
protected void |
setArguments(T arguments) |
protected ViewModelBase(Application application)