onCompleted

abstract fun onCompleted(@Nullable purchase: Purchase, @NonNull purchaserInfo: PurchaserInfo)

Will be called after the product change has been completed

Parameters

purchase

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

purchaserInfo

Updated [PurchaserInfo].