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

ConnectionState

Updated: Mar 19, 2025

ConnectionState

annotation class ConnectionState
Connection state of billing client.

Types

NameSummary
Companion
object Companion

Companion

object Companion

Properties

NameSummary
CLOSED
const val CLOSED: Int = 3
This client was already closed and shouldn’t be used again.
CONNECTED
const val CONNECTED: Int = 2
This client is currently connected to billing service.
CONNECTING
const val CONNECTING: Int = 1
This client is currently in process of connecting to billing service.
DISCONNECTED
const val DISCONNECTED: Int = 0
This client was not yet connected to billing service or was already closed.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon