StockNavAppComponentsDisplayManager

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val navigator: Deferred<Navigator>

Functions

Link copied to clipboard
open override fun expectContainerFor(componentTag: ComponentTag)

Indicates that a container is expected to become available for ComponentTag, causing the display manager to wait for that before signalling to NavApp that it's ready to start.

Link copied to clipboard
open override fun getLifecycle(): LifecycleRegistry
Link copied to clipboard
open override fun registerContainerFragment(fragment: Fragment, savedInstanceState: Bundle?, tagToContainerId: Map<ComponentTag, Int>): PanelToFragmentAdapter

Registers the given fragment as a container for the NavApp components, allowing NavApp to retrieve containers based on the tagToContainerId mapping.