Package 

Class PaywallResult.Error

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class PaywallResult.Error
    extends PaywallResult implements Parcelable
                        

    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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final PurchasesError error
    • Constructor Summary

      Constructors 
      Constructor Description
      PaywallResult.Error(PurchasesError error)
    • Method Summary

      Modifier and Type Method Description
      final PurchasesError getError()
      • 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
    • Constructor Detail

      • PaywallResult.Error

        PaywallResult.Error(PurchasesError error)
    • Method Detail

      • getError

         final PurchasesError getError()