iosMain.com.revenuecat.purchases.kmp.ui.revenuecatui.Paywall.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.fillMaxSize
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
@Composable
public actual fun Paywall(options: PaywallOptions): Unit =
UIKitPaywall(
options = options,
footer = false,
modifier = Modifier.fillMaxSize()
)