ProductDetail
It shows the purchase data of in-app purchases (IAP).
Summary
Public constructors |
---|
Public methods
getOriginalJson
It returns a string in json format with in-app product details included.
Returns: | |
String |
|
getProductId
It returns the ID of purchased in-app product.
Returns: | |
String |
|
getType
It returns the type of in-app product.
Returns: | |
String |
getPrice
It returns the price of in-app product.
Returns: | |
String |
|
getPriceCurrencyCode
It returns the ISO 4217 currency code for price.
Returns: | |
String |
|
getPriceAmountMicros
It returns the price in micro units. 1,000,000 micro-units equal one unit of the currency.
Returns: | |
String |
|
getTitle
It returns the name of in-app product.
Returns: | |
String |
|
Last updated