Product
class Product(val id: String, val isConsumable: Boolean = false, val type: Product.Type = Type.InApp, val iosAmount: Int = 1, val icon: ImageVector = Crown)
Constructors
Link copied to clipboard
constructor(id: String, isConsumable: Boolean = false, type: Product.Type = Type.InApp, iosAmount: Int = 1, icon: ImageVector = Crown)