GoogleStoreProduct
data class GoogleStoreProduct( val productId: String, val type: ProductType, val oneTimeProductPrice: Price?, val title: String, val description: String, val subscriptionPeriod: String?, val subscriptionOptions: List<GoogleSubscriptionOption>, val defaultOption: SubscriptionOption?, val productDetails: ProductDetails) : StoreProduct, Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun GoogleStoreProduct( productId: String, type: ProductType, oneTimeProductPrice: Price?, title: String, description: String, subscriptionPeriod: String?, subscriptionOptions: List<GoogleSubscriptionOption>, defaultOption: SubscriptionOption?, productDetails: ProductDetails)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
The default SubscriptionOption that will be used when purchasing and not specifying a different option. Null for INAPP products.
Link copied to clipboard
Link copied to clipboard