ProductDetailsParams

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

It is a parameter for requesting in-app product details.

See Also:

PurchaseClient.queryProductDetailsAsync(ProductDetailsParams, ProductDetailsListener)

Summary


Public methods


getProductIdList

List<String> getProductIdList()

It returns the list of in-app product IDs.

getProductType

String getProductType()

It returns the type of the in-app product ID lists.

newBuilder

 newBuilder()

It generates a builder for creating the ProductDetailsParams instances.

Last updated