RecordLifecycle

Represents the lifecycle of a navigation record in a NavigableCircuitContent. Will typically be stored in the LocalRecordLifecycle composition local, allowing presenters and UIs to observe whether the navigation record is active.

Properties

Link copied to clipboard
abstract val isActive: Boolean

Whether the record is currently active. Typically this will return true when the record is the top record in the back stack.