RestoreState
Represents the current state of an asynchronous purchase restoration process.
This sealed class is used by the onRestoreStateChanged
callback in the com.revenuecat.purchases.slidetounlock.SlideToRestore composable to communicate the status of the underlying Purchases.restorePurchases()
operation.
Inheritors
Types
Link copied to clipboard
Indicates that an error occurred during the purchase restoration process.
Link copied to clipboard
Indicates that the purchase restoration process is currently in progress. A network request has been initiated.
Link copied to clipboard
Indicates that the purchase restoration completed successfully.