I'm trying to display all the possible options a user can buy, but I either don't want to list inactive ones, or want to grey/ghost them out, and maybe have coming soon on them.
However the call billingClient.querySkuDetailsAsync()
provides a list of SkuDetail
and that doesn't have the status in it.
It's possible that the originalJson has it, but I haven't checked that, though the documentation doesn't appear to say that it would.
EDIT: (I've just checked and originalJson doesn't have it either)