pda
androidJvm
app
/
net.artux.pda.ui.viewmodels.util
Package-level
declarations
Types
Types
Single
Live
Event
Link copied to clipboard
open
class
SingleLiveEvent
<
T
>
:
MutableLiveData
<
T
>
A lifecycle-aware observable that sends only new updates after subscription, used for events like navigation and Snackbar messages.