notFoundIDs property

List<String> notFoundIDs
final

The list of identifiers that are in the identifiers of InAppPurchasePlatform.queryProductDetails but failed to be fetched.

There are multiple platform-specific reasons that product information could fail to be fetched, ranging from products not being correctly configured in the storefront to the queried IDs not existing.

Implementation

final List<String> notFoundIDs;