Package-level declarations

Types

Link copied to clipboard
annotation class ComposeUIViewController(val frameworkBaseName: String = "")

Used to annotate the @Composable as a desired ComposeUIViewController to be used by the iOS app. While the plugin typically attempts to retrieve this name automatically, you can use this parameter to enforce a specific name if the automatic retrieval fails. More here

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 functions) are allowed in ComposeUIViewController functions. More here