LiveData
A lifecycle-aware observable that sends only new updates after subscription.
Inheritors
Functions
Link copied to clipboard
Returns the current value with no observation.
Link copied to clipboard
Observe the data for as long as the given lifecycleOwner is in memory or until the returned observation is cancelled.