T - the generic typepublic class KriptonLiveData<T> extends MutableLiveData<T>
| Constructor and Description |
|---|
KriptonLiveData() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateValue(T value)
Update value.
|
postValue, setValuegetValue, hasActiveObservers, hasObservers, observe, observeForever, onActive, onInactive, removeObserver, removeObserverspublic void updateValue(T value)
value - the valueCopyright © 2019. All rights reserved.