public abstract class OperableViewModel<I,O> extends ViewModelBase<I>
| Modifier | Constructor and Description |
|---|---|
protected |
OperableViewModel(Application application) |
| Modifier and Type | Method and Description |
|---|---|
androidx.lifecycle.LiveData<O> |
getOperation()
Get the observable state of the operation.
|
protected void |
setResult(O output) |
getArguments, init, onCleared, onCreate, setArgumentsprotected OperableViewModel(Application application)