GooglePurchasingData
Types
Link copied to clipboard
data class InAppProduct(val productId: String, val productDetails: ProductDetails) : GooglePurchasingData
Content copied to clipboard
Link copied to clipboard
data class Subscription( val productId: String, val optionId: String, val productDetails: ProductDetails, val token: String) : GooglePurchasingData
Content copied to clipboard