A  C  D  G  H  L  N  O  P  R  S 

P

postValue(T) - function in androidx.lifecycle.LiveEvent
 
PreferFirstObserver - enum entry in com.hadilq.liveevent.LiveEventConfig

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.

A  C  D  G  H  L  N  O  P  R  S