Package 

Class SingleLiveEvent

    • Method Summary

      Modifier and Type Method Description
      Unit observe(LifecycleOwner owner, Observer<in T> observer)
      Unit setValue(T t)
      final Unit call()
      • Methods inherited from class androidx.lifecycle.MutableLiveData

        changeActiveCounter, dispatchingValue, getValue, getVersion, hasActiveObservers, hasObservers, observeForever, onActive, onInactive, removeObserver, removeObservers
      • Methods inherited from class dev.teogor.ceres.components.events.SingleLiveEvent

        postValue
      • Methods inherited from class java.lang.Object

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