All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.com.revenuecat.purchases.kmp.ui.revenuecatui.Paywall.kt Maven / Gradle / Ivy

There is a newer version: 1.3.2+13.9.0
Show newest version
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()
    )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy