API reference

QueryPurchaseHistoryParams Class

Modifiers: final
Parameters to initiate a query for purchase history.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for QueryPurchaseHistoryParams.

Signature

data class QueryPurchaseHistoryParams(val productType: String)

Constructors

QueryPurchaseHistoryParams ( productType )
Signature
constructor(productType: String)
Parameters
productType: String

Properties

productType : String
[Get]
Signature
val productType: String

Companion Object

Companion Object Functions

newBuilder ()
Constructs a new QueryPurchaseHistoryParams.Builder instance.
Signature
fun newBuilder(): QueryPurchaseHistoryParams.Builder
Returns
QueryPurchaseHistoryParams.Builder

Inner Class

Builder Class

Modifiers: final

Signature

class Builder

Functions

build ()
Returns an instance of QueryPurchaseHistoryParams.
Signature
fun build(): QueryPurchaseHistoryParams
setProductType ( productType )
Set the ProductType to query purchases.
Signature
fun setProductType(productType: String): QueryPurchaseHistoryParams.Builder
Parameters
productType: String
Returns
QueryPurchaseHistoryParams.Builder
Did you find this page helpful?