public interface BillingClientStateListener
onBillingSetupFinished(com.android.billingclient.api.BillingResult) method is called when
the setup process is complete.| Modifier and Type | Method and Description |
|---|---|
void |
onBillingServiceDisconnected()
Called to notify that connection to billing service was lost
|
void |
onBillingSetupFinished(BillingResult billingResult)
Called to notify that setup is complete.
|
void onBillingSetupFinished(BillingResult billingResult)
billingResult - The BillingResult which returns the status of the setup process.void onBillingServiceDisconnected()
Note: This does not remove billing service connection itself - this binding to the service
will remain active, and you will receive a call to onBillingSetupFinished(com.android.billingclient.api.BillingResult) when billing
service is next running and setup is complete.