Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active March 29, 2018 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/b476ec9482be9415733676131dfe2fe7 to your computer and use it in GitHub Desktop.
Save hitherejoe/b476ec9482be9415733676131dfe2fe7 to your computer and use it in GitHub Desktop.
billingClient.startConnection(object : BillingClientStateListener {
override fun onBillingSetupFinished(@BillingClient.BillingResponse responseCode: Int) {
}
override fun onBillingServiceDisconnected() {
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment