Package-level declarations
Types
Link copied to clipboard
interface PaywallListener
Provide an implementation of this interface to PaywallOptions to listen for Paywall events. Every function has a default no-op implementation.
Link copied to clipboard
class PaywallOptions
Options for the Paywall.
Functions
Link copied to clipboard
A full-screen Paywall.
Link copied to clipboard
A Paywall footer.
expect fun PaywallFooter(options: PaywallOptions, mainContent: @Composable (PaddingValues) -> Unit? = null)
A Paywall footer.
Link copied to clipboard
fun PaywallOptions(dismissRequest: () -> Unit, builder: PaywallOptions.Builder.() -> Unit = { }): PaywallOptions
Options for the Paywall.