isProductOwned

open fun isProductOwned(productId: String): Boolean

Checks if a specific product is currently owned (purchased and not consumed).

Return

true if the product is owned, false otherwise.

Parameters

productId

The product ID to check.