ReceivePurchaserInfoListener

interface ReceivePurchaserInfoListener

Interface to be implemented when making calls that return a [PurchaserInfo]

Functions

Link copied to clipboard
abstract fun onError(@NonNull error: PurchasesError)
Will be called after the call has completed with an error.
Link copied to clipboard
abstract fun onReceived(@NonNull purchaserInfo: PurchaserInfo)
Will be called after the call has completed.