-
public class ConnectionLiveData extends LiveData<ConnectionLiveData.ConnectionModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectionLiveData.ConnectionModel
-
Constructor Summary
Constructors Constructor Description ConnectionLiveData(Context context)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class androidx.lifecycle.LiveData
assertMainThread, changeActiveCounter, considerNotify, dispatchingValue, getValue, getVersion, hasActiveObservers, hasObservers, observe, observeForever, onActive, onInactive, postValue, removeObserver, removeObservers, setValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConnectionLiveData
ConnectionLiveData(Context context)
-
-
-
-