Package-level declarations

Types

Link copied to clipboard
abstract class Lifecycle

A class that has an Android-like lifecycle.

Link copied to clipboard
sealed class LifecycleEvent

Lifecycle events. These events can be used by developers to listen to the lifecycle of the application.

Link copied to clipboard

A lifecycle tracker that can be used to track the lifecycle of a component.

Link copied to clipboard

A lifecycle tracker that can be used to track the lifecycle of the application.

Link copied to clipboard
enum State : Enum<State>

Lifecycle states. You can consider the states as the nodes in a graph and LifecycleEvents as the edges between these nodes.

Properties

Link copied to clipboard

The CompositionLocal containing the current LifecycleTracker.