Product information created by HIVE IAP back office
It include (Market Pid) registered in the market(AppStore, PlayStore) and (Game Pid) registered in the HIVE IAP back office.
More...
Inherits DataModel.
Public Member Functions | |
IAPProduct (String jsonProductInfo) throws JSONException | |
HIVE IAP Product 상품에 대한 정보. More... | |
Public Attributes | |
String | gamePid |
Unique code to refer to one product managed by the HIVE IAP system. | |
String | marketPid |
Unique product ID registered in Market(AppStore, PlayStore) | |
String | currency |
Currency code (ex, KRW / USD) | |
double | price |
Price. | |
String | displayPrice |
Price string (ex. $100.00) | |
Product information created by HIVE IAP back office
It include (Market Pid) registered in the market(AppStore, PlayStore) and (Game Pid) registered in the HIVE IAP back office.
com.hive.IAP.IAPProduct.IAPProduct | ( | String | jsonProductInfo | ) | throws JSONException |
HIVE IAP Product 상품에 대한 정보.