ProductDetail

public class ProductDetail extends Object
java.lang.Object
    ↳ com.gaa.sdk.iap.ProductDetail

It shows the purchase data of in-app purchases (IAP).

Summary


Public constructors
ProductDetail(String jsonProductDetail)

Public methods


getOriginalJson

String getOriginalJson()

It returns a string in json format with in-app product details included.

Returns:

String

getProductId

String getProductId()

It returns the ID of purchased in-app product.

Returns:

String

getType

String getType()

It returns the type of in-app product.

getPrice

String getPrice()

It returns the price of in-app product.

Returns:

String

getPriceCurrencyCode

String getPriceCurrencyCode()

It returns the ISO 4217 currency code for price.

Returns:

String

getPriceAmountMicros

String getPriceAmountMicros()

It returns the price in micro units. 1,000,000 micro-units equal one unit of the currency.

Returns:

String

getTitle

String getTitle()

It returns the name of in-app product.

Returns:

String

Last updated