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
onStartget 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
initofViewModel, and expect the first observer receive it afteronStart.