-
- All Implemented Interfaces:
-
android.os.Parcelable
public class PaywallResult implements Parcelable
Result of the paywall activity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPaywallResult.CancelledThe user cancelled the paywall without purchasing.
public final classPaywallResult.PurchasedThe user purchased a product and the paywall was closed.
public final classPaywallResult.ErrorThe user tried to purchase a product or restore purchases but an error occurred. If they tried multiple times, the error corresponds to the last attempt.
public final classPaywallResult.RestoredThe last action the user performed in the paywall activity was a restore.
-