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

