-
public final class DeveloperProvidedBillingProductAndroidProduct selected for developer-provided billing (Android 9.0+).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeveloperProvidedBillingProductAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final StringofferTokenprivate final ProductTypetype
-
Constructor Summary
Constructors Constructor Description DeveloperProvidedBillingProductAndroid(String id, String offerToken, ProductType type)
-
Method Summary
Modifier and Type Method Description final StringgetId()Product identifier. final StringgetOfferToken()Subscription offer token, when applicable. final ProductTypegetType()Google Play product type (in-app or subscription). final Map<String, Object>toJson()-
-
Constructor Detail
-
DeveloperProvidedBillingProductAndroid
DeveloperProvidedBillingProductAndroid(String id, String offerToken, ProductType type)
-
-
Method Detail
-
getOfferToken
final String getOfferToken()
Subscription offer token, when applicable.
-
getType
final ProductType getType()
Google Play product type (in-app or subscription).
-
-
-
-