Package-level declarations
Types
Link copied to clipboard
class PaywallActivityLauncher(resultCaller: ActivityResultCaller, resultHandler: PaywallResultHandler)
Launches the paywall activity. You need to create this object during the activity's onCreate. Then launch the activity at your moment of choice. This can be instantiated with an ActivityResultCaller instance like a ComponentActivity or a Fragment.
Link copied to clipboard
interface PaywallDisplayCallback
Implement this interface to receive whether the paywall was displayed when it depends on a condition.
Link copied to clipboard
Result of the paywall activity.
Link copied to clipboard
Implement this interface to receive the result of the paywall activity.