[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/com/android/billingclient/api/BillingConfigResponseListener [Back]  [Original]

BillingConfigResponseListener  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

BillingConfigResponseListener

public interface BillingConfigResponseListener


Listener for the result of the BillingClient.getBillingConfigAsync API.

Summary

Public methods

abstract void
onBillingConfigResponse(
    BillingResult billingResult,
    BillingConfig billingConfig
)

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 null when billingResult != BillingClient.BillingResponseCode.OK.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-05-19 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-19 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page