-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ProductStatusAndroid extends Enum<ProductStatusAndroid>
Status code for individual products returned from queryProductDetailsAsync (Android) Prior to 8.0, products that couldn't be fetched were simply not returned. With 8.0+, these products are returned with a status code explaining why. Available in Google Play Billing Library 8.0.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classProductStatusAndroid.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description UnknownUnknown error occurred while fetching the product
NoOffersAvailableNo offers available for the user - product exists but user is not eligible for any offers
NotFoundProduct not found - the SKU doesn't exist in the Play Console
OkProduct was successfully fetched
-
Method Summary
Modifier and Type Method Description final StringtoJson()final StringgetRawValue()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getRawValue
final String getRawValue()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-