-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public abstract class OperableViewModel<I, O> extends ViewModelBase<I>
-
-
Method Summary
Modifier and Type Method Description LiveData<O>getOperation()Get the observable state of the operation. -
Methods inherited from class com.firebase.ui.auth.viewmodel.ViewModelBase
init -
Methods inherited from class androidx.lifecycle.AndroidViewModel
getApplication -
Methods inherited from class androidx.lifecycle.ViewModel
addCloseable -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOperation
LiveData<O> getOperation()
Get the observable state of the operation.
-
-
-
-