commonMain.com.revenuecat.purchases.kmp.ui.revenuecatui.PaywallFooter.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of purchases-kmp-ui Show documentation
Show all versions of purchases-kmp-ui Show documentation
Mobile subscriptions in hours, not months.
package com.revenuecat.purchases.kmp.ui.revenuecatui
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.runtime.Composable
/**
* A Paywall footer.
*/
@Composable
public expect fun PaywallFooter(
options: PaywallOptions,
mainContent: @Composable ((PaddingValues) -> Unit)? = null,
)