launchWithOptions
Launch the paywall activity with the specified options.
This method provides a builder-based API for launching paywalls with custom configuration.
Example:
val options = PaywallActivityLaunchOptions.Builder()
.setOffering(offering)
.build()
launcher.launchWithOptions(options)Content copied to clipboard
Parameters
options
The launch options configured via PaywallActivityLaunchOptions.Builder