expectContainerFor

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.

This is intended to be called in a frontend's startup flow (typically in Frontend.onCreate). The componentTags will be marked as available when the fragments registered through registerContainerFragment create their views.