getUnfetchedProducts

open fun getUnfetchedProducts(): List<UnfetchedProduct>

Returns the products Play declined to return details for during the most recent query of each type.

A product lands here when its id does not exist, when it is inactive in Play Console, or when the signed-in account cannot see the release track. Check getStatusCode for the reason.

Return

Unfetched products, never null.

Since

4.4.0