| Name | Summary |
|---|---|
Companion | object Companion |
| Name | Summary |
|---|---|
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. |