QueryProductDetailsResult
com.aptoide.sdk.billing.QueryProductDetailsResult
Class with the parameters that are returned in a query result for Product Details.
Public parameters
Name | Type | Description |
---|---|---|
productDetailsList | List<ProductDetails > | List of the ProductDetails returned in the query for product details. |
unfetchedProductList | List<UnfetchedProduct> | List of the UnfetchedProduct returned in the query for product details. |
Updated about 16 hours ago