PurchaseParams

data class PurchaseParams(val builder: PurchaseParams.Builder)

Constructors

Link copied to clipboard
fun PurchaseParams(builder: PurchaseParams.Builder)

Types

Link copied to clipboard
open class Builder

Builder to configure a purchase. Initialized with an Activity either a Package, StoreProduct, or SubscriptionOption.

Properties

Link copied to clipboard
val builder: PurchaseParams.Builder
Link copied to clipboard
val googleProrationMode: GoogleProrationMode
Link copied to clipboard
val oldProductId: String?

Sources

Link copied to clipboard