InteropView
Artifact: androidx.compose.ui:ui
-
Cmn
@InternalComposeUiApi
class InteropView -
android
actual typealias InteropView = View
A typealias for the platform's built-in View type, which may be hosted inside of a Compose UI hierarchy to allow for interoperability. Not all platforms support interoperability in this way, in which case the typealias will resolve to Any
.