Package 

Class SingleLiveEvent

    • Method Summary

      Modifier and Type Method Description
      Unit observe(LifecycleOwner owner, Observer<in T> observer)
      Unit setValue(@Nullable() T t)
      final Unit call() Used for cases where T is Void, to make calls cleaner.
      • Methods inherited from class androidx.lifecycle.MutableLiveData

        dispatchingValue, getValue, getVersion, hasActiveObservers, hasObservers, observeForever, onActive, onInactive, removeObserver, removeObservers
      • Methods inherited from class tv.mycujoo.mcls.model.SingleLiveEvent

        postValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait