ProductDetail
Last updated
public class ProductDetail extends Objectjava.lang.Object
↳ com.gaa.sdk.iap.ProductDetail
It shows the purchase data of in-app purchases (IAP).
String getOriginalJson()It returns a string in json format with in-app product details included.
Returns:
String
It returns the ID of purchased in-app product.
Returns:
String
It returns the type of in-app product.
Returns:
It returns the price of in-app product.
Returns:
String
It returns the ISO 4217 currency code for price.
Returns:
String
It returns the price in micro units. 1,000,000 micro-units equal one unit of the currency.
Returns:
String
It returns the name of in-app product.
Returns:
String
Last updated
ProductDetail(String jsonProductDetail)String getProductId()String getType()String getPrice()String getPriceCurrencyCode()String getPriceAmountMicros()String getTitle()
