|
static void | com.hive.IAPV4.marketConnect (IAPV4MarketInfoListener listener) |
| IAPV4 It initialize IAPV4 Purchase module. More...
|
|
static void | com.hive.IAPV4.getProductInfo (IAPV4ProductInfoListener listener) |
| HIVE IAPV4 It returns information for composition of the product. More...
|
|
static void | com.hive.IAPV4.getSubscriptionProductInfo (IAPV4ProductInfoListener listener) |
| HIVE IAPV4 It returns information for composition of the product. More...
|
|
static void | com.hive.IAPV4.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 | com.hive.IAPV4.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 | com.hive.IAPV4.restore (IAPV4RestoreListener listener) |
| HIVE IAPV4 It restore the item that has not been delivered. More...
|
|
static void | com.hive.IAPV4.restoreSubscription (IAPV4RestoreListener listener) |
| HIVE IAPV4 It restore the item that has not been delivered. More...
|
|
static void | com.hive.IAPV4.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 | com.hive.IAPV4.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 | com.hive.IAPV4.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 | com.hive.IAPV4.getBalanceInfo (IAPV4BalanceInfoListener listener) |
| It request Lebi balance information. More...
|
|
static void | com.hive.IAPV4.showCharge (IAPV4BalanceInfoListener listener) |
| It shows Lebi refill page. More...
|
|
static void | com.hive.IAPV4.checkPromotePurchase (IAPV4CheckPromotePurchaseListener listener) |
|
void | com.hive.IAPV4.IAPV4MarketInfoListener.onIAPV4MarketInfo (ResultAPI result, List< IAPV4Type > iapV4TypeList) |
| HIVE IAPV4 Market information request result callback. More...
|
|
void | com.hive.IAPV4.IAPV4ProductInfoListener.onIAPV4ProductInfo (ResultAPI result, List< IAPV4Product > iapV4ProductList, int balance) |
| HIVE IAPV4 Product Information request callback. More...
|
|
void | com.hive.IAPV4.IAPV4PurchaseListener.onIAPV4Purchase (ResultAPI result, IAPV4Receipt iapV4Receipt) |
| Purchase request result callback
The purchase of HIVE IAPV4 will require a marketPid registered in the App Store and Google Store. More...
|
|
void | com.hive.IAPV4.IAPV4RestoreListener.onIAPV4Restore (ResultAPI result, List< IAPV4Receipt > iapv4ReceiptList) |
| HIVE IAPV4 Restore request result callback
It may happen that the item delivery fails due to various situations in the product purchase process. More...
|
|
void | com.hive.IAPV4.IAPV4TransactionFinishListener.onIAPV4TransacionFinish (ResultAPI result, String marketPid) |
| HIVE IAP v4 Transaction Finish request result callback
More...
|
|
void | com.hive.IAPV4.IAPV4BalanceInfoListener.onIAPV4Balance (ResultAPI result, int balance) |
| HIVE Lebi Balance request result callback, if it is a Rebi store. More...
|
|
void | com.hive.IAPV4.IAPV4CheckPromotePurchaseListener.onIAPV4CheckPromotePurchase (ResultAPI result, String marketPid) |
|
void com.hive.IAPV4.IAPV4PurchaseListener.onIAPV4Purchase |
( |
ResultAPI |
result, |
|
|
IAPV4Receipt |
iapV4Receipt |
|
) |
| |
Purchase request result callback
The purchase of HIVE IAPV4 will require a marketPid registered in the App Store and Google Store.
additionalInfo is supplementary information for the purchase request, and is included in the purchase completion callback,
but, in case of purchasing outside of the app, such as a promo code purchase etc., it can not be included in iapV4Receipt.
- Parameters
-
result | Result of API call |
iapV4Receipt | It includes the purchased product information and additionalInfo. |
- See also
- purchase(String, String, IAPV4PurchaseListener)
static void com.hive.IAPV4.purchase |
( |
String |
marketPid, |
|
|
String |
additionalInfo, |
|
|
IAPV4PurchaseListener |
listener |
|
) |
| |
|
static |
HIVE IAPV4 The purchase will require a marketPid from the App Store and Google Store.
additionalInfo is supplementary information for the purchase request, and is included in the purchase completion callback,
but, in case of purchasing outside of the app, such as a promo code purchase etc., it can not be included in iapV4Receipt.
- Parameters
-
marketPid | Unique code registered on the App Store or Google Store. |
additionalInfo | A string containing supplementary information about the purchase request, specified by the developer. |
listener | Result of API call |
static void com.hive.IAPV4.purchaseSubscriptionUpdate |
( |
String |
marketPid, |
|
|
String |
oldMarketPid, |
|
|
String |
additionalInfo, |
|
|
IAPV4PurchaseListener |
listener |
|
) |
| |
|
static |
HIVE IAPV4 The purchase will require a marketPid from the App Store and Google Store.
additionalInfo is supplementary information for the purchase request, and is included in the purchase completion callback,
but, in case of purchasing outside of the app, such as a promo code purchase etc., it can not be included in iapV4Receipt.
- Parameters
-
marketPid | Unique code registered on the App Store or Google Store. |
oldMarketPid | |
additionalInfo | A string containing supplementary information about the purchase request, specified by the developer. |
listener | Result of API call |
- Since
- 4.11.6