-
public interface PurchaseLogicResultRepresents the result of a purchase attempt made by custom app-based code (not RevenueCat).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPurchaseLogicResult.SuccessIndicates a successful purchase or restore.
public classPurchaseLogicResult.CancellationIndicates the purchase or restore was cancelled.
public final classPurchaseLogicResult.ErrorIndicates an error occurred during the purchase or restore attempt.
-