Class ArComposeView

  • All Implemented Interfaces:
    io.scanbot.sdk.ui.BasePolygonView

    
    public final class ArComposeView
     implements BasePolygonView
                        

    A android.view.View that can host Jetpack Compose UI content. Use setContent to supply the content composable function for the view.

    By default, the composition is disposed according to ViewCompositionStrategy.Default. Call disposeComposition to dispose of the underlying composition earlier, or if the view is never initially attached to a window. (The requirement to dispose of the composition explicitly in the event that the view is never (re)attached is temporary.)