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)

Parameters

options

The launch options configured via PaywallActivityLaunchOptions.Builder