Package 

Class PaywallFooterKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit PaywallFooter(PaywallOptions options, Boolean condensed, Function1<PaddingValues, Unit> mainContent) Composable offering a minified screen Paywall UI configured from the RevenueCat dashboard.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • PaywallFooter

        @Composable() final static Unit PaywallFooter(PaywallOptions options, Boolean condensed, Function1<PaddingValues, Unit> 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.

        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.