-
public final class BillingProgramAvailabilityResultAndroidResult of checking billing program availability (Android) Available in Google Play Billing Library 8.2.0+
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBillingProgramAvailabilityResultAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BillingProgramAndroidbillingProgramprivate final BooleanisAvailable
-
Constructor Summary
Constructors Constructor Description BillingProgramAvailabilityResultAndroid(BillingProgramAndroid billingProgram, Boolean isAvailable)
-
Method Summary
Modifier and Type Method Description final BillingProgramAndroidgetBillingProgram()The billing program that was checked final BooleangetIsAvailable()Whether the billing program is available for the user final Map<String, Object>toJson()-
-
Constructor Detail
-
BillingProgramAvailabilityResultAndroid
BillingProgramAvailabilityResultAndroid(BillingProgramAndroid billingProgram, Boolean isAvailable)
-
-
Method Detail
-
getBillingProgram
final BillingProgramAndroid getBillingProgram()
The billing program that was checked
-
getIsAvailable
final Boolean getIsAvailable()
Whether the billing program is available for the user
-
-
-
-