| Interface | Description |
|---|---|
| ActivityLifecycleProvider |
Common interface for all RxActivity extensions.
|
| FragmentLifecycleProvider |
Common interface for all RxFragment extensions.
|
| LifecycleTransformer<T> |
A Transformer that works for all RxJava types (Observable, Single and Comletable).
|
| Class | Description |
|---|---|
| RxLifecycle |
| Enum | Description |
|---|---|
| ActivityEvent |
Lifecycle events that can be emitted by Activities.
|
| FragmentEvent |
Lifecycle events that can be emitted by Fragments.
|
| Exception | Description |
|---|---|
| OutsideLifecycleException |
This is an exception that can be thrown to indicate that the caller has attempted to bind to a lifecycle outside
of its allowable window.
|