onCompleted

abstract fun onCompleted(storeTransaction: StoreTransaction?, customerInfo: CustomerInfo)

Will be called after the product change has been completed

Parameters

storeTransaction

StoreTransaction object for the purchased product. Will be null if the change is deferred.

customerInfo

Updated CustomerInfo.

Sources

Link copied to clipboard