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 | IAPV4BalanceInfoListener |
HIVE 러비 상점일 경우 잔액 확인 결과 통지 More... | |
interface | IAPV4CheckPromotePurchaseListener |
interface | IAPV4MarketInfoListener |
HIVE IAPV4 에서 마켓의 구성을 위한 정보 조회 결과 통지 More... | |
class | IAPV4Product |
HIVE IAP 백오피스에서 생성한 상품 정보 마켓에 등록된 상품(Market Pid) 의 정보를 포함한다. More... | |
interface | IAPV4ProductInfoListener |
HIVE IAPV4 상품 정보 조회 결과 통지 More... | |
interface | IAPV4PurchaseListener |
상품 결제 시도 결과 통지 HIVE IAPV4 의 상품 구매는 App Store, Google Store 에 등록된 마켓 상품 (marketPid) 을 요청하게 된다. More... | |
class | IAPV4Receipt |
purchase(String, String, IAPV4PurchaseListener) 나 restore(IAPV4RestoreListener) API 에서 받을 수 있는 결과 정보. More... | |
interface | IAPV4RestoreListener |
HIVE IAPV4 상품에 대한 미지급된 아이템 지급을 요청 결과 통지 상품 구매 과정에서 여러가지 상황으로 인하여 아이템 지급을 실패하는 경우가 발생할 수 있다. More... | |
interface | IAPV4TransactionFinishListener |
HIVE IAP v4에서 상품에 대한 지급 완료 후 결제 트랜잭션을 종료하기 위한 요청 결과 통지 More... | |
interface | IAPV4TransactionMultiFinishListener |
HIVE IAP v4에서 상품에 대한 지급 완료 후 복수 개의 결제 트랜잭션을 종료하기 위한 요청 결과 통지 More... | |
enum | IAPV4Type |
결제 마켓 형태 More... | |
Static Public Member Functions | |
static void | marketConnect (IAPV4MarketInfoListener listener) |
IAPV4 It initialize IAPV4 Purchase module. More... | |
static void | getProductInfo (IAPV4ProductInfoListener listener) |
HIVE IAPV4 It returns information for composition of the product. More... | |
static void | getSubscriptionProductInfo (IAPV4ProductInfoListener listener) |
HIVE IAPV4 It returns information for composition of the product. More... | |
static void | purchase (String marketPid, String additionalInfo, IAPV4PurchaseListener listener) |
HIVE IAPV4 The purchase will require a marketPid from the App Store and Google Store. More... | |
static void | purchaseSubscriptionUpdate (String marketPid, String oldMarketPid, String additionalInfo, IAPV4PurchaseListener listener) |
HIVE IAPV4 The purchase will require a marketPid from the App Store and Google Store. More... | |
static void | restore (IAPV4RestoreListener listener) |
HIVE IAPV4 It restore the item that has not been delivered. More... | |
static void | restoreSubscription (IAPV4RestoreListener listener) |
HIVE IAPV4 It restore the item that has not been delivered. More... | |
static void | transactionFinish (String marketPid, IAPV4TransactionFinishListener listener) |
HIVE IAP v4 It requests the transaction completion processing for the purchase receipt of the item that have been delivered. More... | |
static void | transactionMultiFinish (List< String > marketPidList, IAPV4TransactionMultiFinishListener listener) |
HIVE IAP v4 It requests the multiple transaction completion processing for the purchase receipt of the item that have been delivered. More... | |
static void | showMarketSelection (IAPV4MarketInfoListener listener) |
It shows a UI to select a Lebi store or a Google store.. If the Google Store and the HIVE Lebi store are available at the same time, you should expose the store selection screen to allow the user to select a store. More... | |
static void | getBalanceInfo (IAPV4BalanceInfoListener listener) |
It request Lebi balance information. More... | |
static void | showCharge (IAPV4BalanceInfoListener listener) |
It shows Lebi refill page. More... | |
static void | checkPromotePurchase (IAPV4CheckPromotePurchaseListener listener) |
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.