-
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface ComposeUiViewRenderer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceComposeUiViewRenderer.RenderHandle
-
Method Summary
Modifier and Type Method Description abstract UnitrenderViewOnce(AbstractComposeView view, Function0<Unit> onAddedToWindow)Prepares view for a single render by temporarily attaching it as a child of the MapView. abstract ComposeUiViewRenderer.RenderHandlestartRenderingView(AbstractComposeView view)-
-
Method Detail
-
renderViewOnce
abstract Unit renderViewOnce(AbstractComposeView view, Function0<Unit> onAddedToWindow)
Prepares view for a single render by temporarily attaching it as a child of the MapView. Its composition will start. onAddedToWindow is called in place, and then view is removed from the window before returning.
-
startRenderingView
abstract ComposeUiViewRenderer.RenderHandle startRenderingView(AbstractComposeView view)
-
-
-
-