onReceived

abstract fun onReceived(purchaserInfo: PurchaserInfo, created: Boolean)

Will be called after the call has completed.

Parameters

purchaserInfo

PurchaserInfo class sent back when the call has completed

created

Boolean true if a new user has been registered in the backend, false if the user had already been registered.