HIVE SDK for Unity3D

Public Member Functions | Static Public Member Functions | List of all members
hive.IAP Class Reference

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...

Public Member Functions

delegate void onIAPMarketInfo (ResultAPI result, List< IAPType > iapTypeList)
 Result of information inquiry for HIVE IAP to organize stores and products. More...
 
delegate void onIAPShopInfo (ResultAPI result, IAPShop iapShop, int balance)
 HIVE IAP 백오피스에서 구성한 상점 정보 조회 결과 통지 More...
 
delegate void onIAPPurchaseReceipt (ResultAPI result, IAPReceipt iapReceipt)
 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...
 
delegate void onIAPRestoreReceipt (ResultAPI result, List< IAPReceipt > receiptList)
 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...
 
delegate void onIAPBalanceInfo (ResultAPI result, int balance)
 Result of balance request, if it is HIVE Lebi store. More...
 
delegate void onIAPCheckPromotePurchase (ResultAPI result, String gamePid)
 iTunes에서 Promotional In-App-Purchase를 통한 앱구매 예약에 대한 통지 More...
 

Static Public Member Functions

static void initialize (onIAPMarketInfo listener)
 Initialize HIVE IAP
HIVE IAP initialization will deliver a list of available market information in the result. More...
 
static void getShopInfo (String locationCode, onIAPShopInfo 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, onIAPPurchaseReceipt 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 restore (onIAPRestoreReceipt listener)
 Restore HIVE IAP product which is not sent to user. More...
 
static void showMarketSelection (onIAPMarketInfo listener)
 Launches a window to select a lebi store or a Google Play Store. More...
 
static void getBalanceInfo (onIAPBalanceInfo listener)
 Request your balance information for HIVE Lebi store. More...
 
static void showCharge (onIAPBalanceInfo listener)
 Show HIVE Lebi Store redeem page(Android only.) More...
 
static void checkPromotePurchase (onIAPCheckPromotePurchase listener)
 iTunes에서 Promotional In-App-Purchase를 통한 앱구매 예약에 대한 통지 등록 More...
 

Detailed Description

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.

Author
ryuvsken, hife
Since
4.0.0

The documentation for this class was generated from the following file:
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy