performRestore

abstract suspend fun performRestore(customerInfo: <Error class: unknown class>): PurchaseLogicResult

Restores previously completed purchases for the given customer.

If restoration is successful, syncPurchases will automatically be called by RevenueCat.

Return

A PurchaseLogicResult indicating the outcome of the restoration process.

Parameters

customerInfo

An object containing information about the customer.