data class QueryPurchasesParams(val productType: String)
QueryPurchasesParams
(
productType
)
|
Signature
constructor(productType: String) Parameters
productType:
String
Returns |
productType
: String
[Get] |
Signature
val productType: String |
newBuilder
()
|
Constructs a new QueryPurchasesParams.Builder instance.
Signature
fun newBuilder(): QueryPurchasesParams.Builder Returns
QueryPurchasesParams.Builder
|
class Builder
build
()
| |
setProductType
(
productType
)
|
Set the BillingClient.ProductType to query purchases.
Signature
fun setProductType(productType: String): QueryPurchasesParams.Builder Parameters
productType:
String
Returns
QueryPurchasesParams.Builder
|