QueryProductDetailsParams.Builder

com.appcoins.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.

❗️

Important

This value is required to query for ProductDetails.

Parameters

NameTypeDescription
productListList<QueryProductDetailsParams.Product>The list of Products to be queried for details.

Returns

QueryProductDetailsParams.Builder reference of the Builder.