public interface BillingClientStateListener
onBillingSetupFinished(int) 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(int responseCode)
Called to notify that setup is complete.
|
void onBillingSetupFinished(int responseCode)
responseCode - The response code from BillingClient.BillingResponse 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(int) when billing
service is next running and setup is complete.