HIVE IAP can minimize the development costs of the market-specific purchase process and collect purchase logs consistently to provide information to business, development, and management departments. More...
Classes | |
interface | IAPBalanceInfoListener |
Result of balance request, if it is HIVE Lebi store. More... | |
interface | IAPMarketInfoListener |
Result of information inquiry for HIVE IAP to organize stores and products. More... | |
class | IAPProduct |
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... | |
interface | IAPPurchaseReceiptListener |
Result of IAP purchase Products ID are classified into two, one is 'marketPid' registered in Apple AppStore or Google PlayStore, the other is gamePid registered in HIVE IAP back office. More... | |
class | IAPReceipt |
purchase() 나 restoreReceipt() API 에서 받을 수 있는 결과 정보. More... | |
interface | IAPRestoreReceiptListener |
Result of Restore HIVE IAP product which is not sent to user In the process of purchasing a product, it may happen that the item fails to be delivered due to various situations. More... | |
class | IAPShop |
Store information configured in the HIVE IAP back office. More... | |
interface | IAPShopInfoListener |
Result of shop information inquiry configured in HIVE IAP back office. More... | |
enum | IAPType |
Market type. More... | |
Static Public Member Functions | |
static void | initialize (IAPMarketInfoListener listener) |
Initialize HIVE IAP HIVE IAP initialization will deliver a list of available market information in the result. More... | |
static void | getShopInfo (String locationCode, IAPShopInfoListener listener) |
Return information for the configuration of shops and products Stores can be exposed general shops, spot shops and event shops according to their sales strategy. More... | |
static void | purchase (String gamePid, String additionalInfo, IAPPurchaseReceiptListener listener) |
Purchase Item Products ID are classified into two, one is 'marketPid' registered in Apple AppStore or Google PlayStore, the other is 'gamePid' registered in HIVE IAP back office. More... | |
static void | restoreRecipt (IAPRestoreReceiptListener listener) |
Restore HIVE IAP product which is not sent to user. More... | |
static void | showMarketSelection (IAPMarketInfoListener listener) |
Launches a window to select a lebi store or a Google Play Store. More... | |
static void | getBalanceInfo (IAPBalanceInfoListener listener) |
Request your balance information for HIVE Lebi store. More... | |
static void | showCharge (IAPBalanceInfoListener listener) |
Show HIVE Lebi Store redeem page(Android only.) More... | |
HIVE IAP can minimize the development costs of the market-specific purchase process and collect purchase logs consistently to provide information to business, development, and management departments.
* Currently, HIVE IAP supports Apple App Store, Google Play Store, One Store (https://www.tstore.co.kr) and HIVE Lobby (Lebi).
HIVE LIVE (Lebi) store is a system that can organize stores and purchase goods in Chinese market. It is operated by HIVE itself.