[EN]ProductDetailsParams

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

A parameter to request the in-app product details.

See Also:

PurchaseClient.queryProductDetailsAsync(ProductDetailsParams, ProductDetailsListener)

Summary


Nested classes

class

ProductDetailsParams.Builder A builder that helps create a ProductDetailsParams instance easily.

Public methods


getProductIdList

List<String> getProductIdList() Restores the ID list of in-app products.

Returns:

List<String>

getProductType

String getProductType() Restores the type of in-app products' ID list

newBuilder

ProductDetailsParams.Builder newBuilder() Generates the builder to create a ProductDetailsParams instance.

Last updated