QueryProductDetailsParams.Builder
com.aptoide.sdk.billing.QueryProductDetailsParams.Builder
Builder class used to construct the QueryProductDetailsParams.
Public Methods
build
QueryProductDetailsParams build()
Creates the QueryProductDetailsParams.
Returns
QueryProductDetailsParams reference with the values injected in the Builder to define the QueryProductDetailsParams.
setProductList
QueryProductDetailsParams.Builder setProductList(List<QueryProductDetailsParams.Product> productList)
Defines the productList of the Products to be queried for details.
ImportantThis value is required to query for ProductDetails.
Parameters
| Name | Type | Description |
|---|---|---|
| productList | List<QueryProductDetailsParams.Product> | The list of Products to be queried for details. |
Returns
QueryProductDetailsParams.Builder reference of the Builder.
Updated 3 days ago
