purchase(String, String, IAPV4PurchaseListener)
나 restore(IAPV4RestoreListener)
API 에서 받을 수 있는 결과 정보.
More...
#include <HIVE_IAPV4.h>
Public Attributes | |
IAPV4Type | type |
Receipt Market Information. | |
IAPV4Product | product |
Purchased product information. | |
std::string | iapPayload |
iapPayload entered in purchase request | |
std::string | hiveiapReceipt |
Receipt Data to send when requesting validation to IAP server. | |
int | quantity |
Purchase quantity (Support Google Play multi-purchase) | |
purchase(String, String, IAPV4PurchaseListener)
나 restore(IAPV4RestoreListener)
API 에서 받을 수 있는 결과 정보.
IAPV4Type
에 따라 IAPV4ReceiptGoogle
등으로 형변환하여 사용할 수 있다.