Package-level declarations

Types

Link copied to clipboard
annotation class ComposeUIViewController(val frameworkBaseName: String = "", val opaque: Boolean = true)

Used to annotate the @Composable as a desired ComposeUIViewController to be used by the iOS app.

Link copied to clipboard

Used to annotate the parameter as the composable state variable (for advanced use cases). Only 0 or 1 ComposeUIViewControllerState and an arbitrary number of parameter types (excluding @Composable) are allowed in ComposeUIViewController functions. More here