androidx.localbroadcastmanager.content
Classes
LocalBroadcastManager |
This class is deprecated.
LocalBroadcastManager is an application-wide event bus and embraces layer violations
in your app: any component may listen events from any other. You can replace usage of
LocalBroadcastManager with other implementation of observable pattern, depending on your
usecase suitable options may be LiveData or reactive streams.
|
Classes