PurchaseHandler
class PurchaseHandler(purchasingServiceProvider: PurchasingServiceProvider, applicationContext: Context) : PurchaseResponseListener
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun purchase(mainHandler: Handler, activity: Activity, appUserID: String, storeProduct: StoreProduct, presentedOfferingIdentifier: String?, onSuccess: (Receipt, UserData) -> Unit, onError: (PurchasesError) -> Unit)