Package 

Class PurchaseLogicResult.Error

  • All Implemented Interfaces:
    com.revenuecat.purchases.ui.revenuecatui.PurchaseLogicResult

    
    public final class PurchaseLogicResult.Error
     implements PurchaseLogicResult
                        

    Indicates an error occurred during the purchase or restore attempt.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final PurchasesError errorDetails
    • Method Summary

      Modifier and Type Method Description
      final PurchasesError getErrorDetails()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PurchaseLogicResult.Error

        PurchaseLogicResult.Error(PurchasesError errorDetails)