public static @interface PurchaseClient.ConnectionState com.gaa.sdk.iap.PurchaseClient.ConnectionState PurchaseClient的连接状态值。
public static @interface PurchaseClient.ConnectionState
com.gaa.sdk.iap.PurchaseClient.ConnectionState
int CLOSED
服务连接已经关闭,不能再使用。
Constant Value: 3
int CONNECTED
目前已与服务连接。
Constant Value: 2
int CONNECTING
目前正在与服务连接。
Constant Value: 1
int DISCONNECTED
与服务的连接处于断开状态。
Constant Value: 0
Last updated 1 year ago