Package-level declarations

Types

Link copied to clipboard

A ComposeView expects a few things to be set up in the view tree it is added to. This gets handled automatically by modern parents such as ComponentActivity and androidx Fragment. But this is not always the case, such as when the ComposeView is added to a plain Window, or in certain hybrid frameworks. A CompatComposeView can handle this scenario by acting as its own LifecycleOwner, SavedStateRegistryOwner and ViewModelStoreOwner if required.

Link copied to clipboard

View that wraps the CustomerCenter Composable to display the Customer Center through the View system.

Link copied to clipboard

View that wraps the OriginalTemplatePaywallFooter Composable to display the Paywall Footer through XML layouts and the View system.

Link copied to clipboard

View that wraps the Paywall Composable to display the Paywall through XML layouts and the View system.