Package 

Class PaywallResult

  • 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 class PaywallResult.Cancelled

      The user cancelled the paywall without purchasing.

      public final class PaywallResult.Purchased

      The user purchased a product and the paywall was closed.

      public final class PaywallResult.Error

      The 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 class PaywallResult.Restored

      The last action the user performed in the paywall activity was a restore.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.revenuecat.purchases.ui.revenuecatui.activity.PaywallResult

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait