PaywallFooter

fun PaywallFooter(options: PaywallOptions, condensed: Boolean = false, mainContent: @Composable (PaddingValues) -> Unit? = null)

Composable offering a minified screen Paywall UI configured from the RevenueCat dashboard. You can pass in your own Composables to be displayed in the main content area.

Parameters

options

The options to configure the Paywall if needed.

condensed

Whether to condense the composable even more.

mainContent

The content to display in the main area of the Paywall. We give a PaddingValues so you can add that padding to your own content. This padding corresponds to the height of the rounded corner area of the paywall.