GetVirtualCurrenciesCallback

Interface to be implemented when making calls that return a VirtualCurrencies

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(virtualCurrencies: VirtualCurrencies)

Will be called after the call has completed.