[EN]PurchaseClient.ConnectionState

public static @interface PurchaseClient.ConnectionState com.gaa.sdk.iap.PurchaseClient.ConnectionState Connection status value of PurchaseClient.

Constants


CLOSED

int CLOSED The service's connection has already been closed and should not be used again. Constant Value: 3

CONNECTED

int CONNECTED Currently connected with the service. Constant Value: 2

CONNECTING

int CONNECTING Connection with the service is in progress. Constant Value: 1

DISCONNECTED

int DISCONNECTED The connection to the service has been lost. Constant Value: 0

Last updated