PaywallFooter

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

Deprecated

Use OriginalTemplatePaywallFooter instead

Replace with

OriginalTemplatePaywallFooter(options, mainContent)

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. Only compatible with original Paywalls. If using V2 Paywalls, this will display a fallback paywall instead.