UserDataResponseListener

interface UserDataResponseListener : PurchasingListener

Functions

Link copied to clipboard
abstract fun getUserData(onSuccess: (UserData) -> Unit, onError: (PurchasesError) -> Unit)
Link copied to clipboard
open override fun onProductDataResponse(response: ProductDataResponse)
Link copied to clipboard
open override fun onPurchaseResponse(response: PurchaseResponse)
Link copied to clipboard
open override fun onPurchaseUpdatesResponse(response: PurchaseUpdatesResponse)
Link copied to clipboard
abstract fun onUserDataResponse(p0: UserDataResponse)