Package-level declarations
Types
Link copied to clipboard
Used to annotate the @Composable as a desired ComposeUIViewController to be used by the iOS app. The @ComposeUIViewController has a frameworkBaseName parameter to manually set the framework name. This parameter will only be used if detection fails within the Processor. 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) are allowed in ComposeUIViewController functions. More here