BillingConfigResponseListener
public interface BillingConfigResponseListener
Listener for the result of the BillingClient.getBillingConfigAsync API.
Summary
Public methods |
|
|---|---|
abstract void |
onBillingConfigResponse(Called to notify when the get billing config flow has finished. |
Public methods
onBillingConfigResponse
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 |