Package-level declarations

Types

Link copied to clipboard

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

Implement this interface to receive whether the paywall was displayed when it depends on a condition.

Link copied to clipboard
sealed class PaywallResult : Parcelable

Result of the paywall activity.

Link copied to clipboard

Implement this interface to receive the result of the paywall activity.