# Print output for @column tags ?>
public
interface
BillingConfigResponseListener
| com.android.billingclient.api.BillingConfigResponseListener |
Listener for the result of the BillingClient.getBillingConfigAsync(GetBillingConfigParams, BillingConfigResponseListener) API.
Public methods | |
|---|---|
abstract
void
|
onBillingConfigResponse(BillingResult billingResult, BillingConfig billingConfig)
Called to notify when the get billing config flow has finished. |
public abstract void onBillingConfigResponse (BillingResult billingResult, BillingConfig billingConfig)
Called to notify when the get billing config flow has finished.
| Parameters | |
|---|---|
billingResult |
BillingResult: Result of the billing config query. |
billingConfig |
BillingConfig: Result of the get billing config flow. This is null when
billingResult != BillingClient.BillingResponseCode.OK.
|