purchases-android
purchases
/
com.revenuecat.purchases.interfaces
/
ReceivePurchaserInfoListener
Receive
Purchaser
Info
Listener
interface
ReceivePurchaserInfoListener
Content copied to clipboard
Interface to be implemented when making calls that return a [PurchaserInfo]
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
@
NonNull
error
:
PurchasesError
)
Content copied to clipboard
Will be called after the call has completed with an error.
on
Received
Link copied to clipboard
abstract
fun
onReceived
(
@
NonNull
purchaserInfo
:
PurchaserInfo
)
Content copied to clipboard
Will be called after the call has completed.