Last updated 8 months ago
PurchaseClient 의 연결 상태 값.
서비스의 연결이 이미 닫혔으므로 다시 사용하면 안됩니다.
Constant Value: 3
현재 서비스와 연결된 상태입니다.
Constant Value: 2
현재 서비스와 연결이 진행중인 상태입니다.
Constant Value: 1
서비스와의 연결이 끊어진 상태입니다.
Constant Value: 0
public static @interface PurchaseClient.ConnectionState
com.gaa.sdk.iap.PurchaseClient.ConnectionState
int CLOSED
int CONNECTED
int CONNECTING
int DISCONNECTED