ReceiveCustomerInfoCallback

interface ReceiveCustomerInfoCallback

Interface to be implemented when making calls that return a CustomerInfo

Functions

Link copied to clipboard
abstract fun onError(error: PurchasesError)

Will be called after the call has completed with an error.

Link copied to clipboard
abstract fun onReceived(customerInfo: CustomerInfo)

Will be called after the call has completed.