PurchaseData.PurchaseState

public static @interface PurchaseData.PurchaseState
com.gaa.sdk.iap.PurchaseData.PurchaseState

구매한 데이터의 상태값

Constants


PURCHASED

int PURCHASED

구매됨

Constant Value: 0

CANCEL

int CANCEL

취소

Constant Value: 1

REFUND

int REFUND

환불

Constant Value: 2

Last updated