ScreenComposableFactoryFinder
Functions
Link copied to clipboard
open fun <ScreenT : Screen> getComposableFactoryForRendering(environment: ViewEnvironment, rendering: ScreenT): ScreenComposableFactory<ScreenT>?
Link copied to clipboard
fun <ScreenT : Screen> ScreenComposableFactoryFinder.requireComposableFactoryForRendering(environment: ViewEnvironment, rendering: ScreenT): ScreenComposableFactory<ScreenT>
Link copied to clipboard
fun ScreenComposableFactoryFinder.withCompositionRoot(root: CompositionRoot): ScreenComposableFactoryFinder
Returns a ScreenComposableFactoryFinder that ensures that any ScreenComposableFactory factories registered in this registry will be wrapped exactly once with a CompositionRoot wrapper. See CompositionRoot for more information.