isProductDetailsLoaded

open fun isProductDetailsLoaded(productId: String): Boolean

Whether Play returned details for the given product id.

Prices and offers are only available once this is true. Use it to decide between rendering a paywall and rendering a retry state.

Return

true when the product's details are loaded.

Since

4.4.0

Parameters

productId

Play product id.