API reference
API reference
Select your platform
No SDKs available
No versions available

BillingClientStateListener

Updated: May 13, 2025

BillingClientStateListener

interface BillingClientStateListener
Callback for setup process. This listener’s BillingClient.onBillingSetupFinished method is called when the setup process is complete.
The equivalent Google Play Billing Library interface can be found at the Android developer documentation for BillingClientStateListener.

Functions

NameSummary
onBillingServiceDisconnected
abstract fun onBillingServiceDisconnected()
Called to notify that the connection to the billing service was lost.
onBillingSetupFinished
abstract fun onBillingSetupFinished(result: BillingResult)
Called to notify that setup is complete.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon