ProductDetailsParams
It is a parameter for requesting in-app product details.
See Also:
PurchaseClient.queryProductDetailsAsync(ProductDetailsParams, ProductDetailsListener)
Summary
Nested classes
class
It is a builder for creating the ProductDetailsParams instances.
Public methods
getProductIdList
It returns the list of in-app product IDs.
Returns:
List<String>
getProductType
It returns the type of the in-app product ID lists.
Returns:
String
newBuilder
It generates a builder for creating the ProductDetailsParams instances.
Returns:
Last updated