Package 

Enum LiveEventConfig

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Normal

      Supports multi-observers on all cases the same.

      PreferFirstObserver

      Prefer the first observer when user emit the event, register observer, then the onStart get called. In this case the first observer will receive the last event.

      This scenario is specially useful when you want to emit the event in the init of ViewModel, and expect the first observer receive it after onStart.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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