-
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 BillingChoiceScreenTypeAndroidchoiceScreenTypeprivate final BooleanisAvailableprivate final BooleanisExternalLinkAvailable
-
Constructor Summary
Constructors Constructor Description BillingProgramAvailabilityResultAndroid(BillingProgramAndroid billingProgram, BillingChoiceScreenTypeAndroid choiceScreenType, Boolean isAvailable, Boolean isExternalLinkAvailable)
-
Method Summary
Modifier and Type Method Description final BillingProgramAndroidgetBillingProgram()The billing program that was checked final BillingChoiceScreenTypeAndroidgetChoiceScreenType()Billing Choice screen renderer. final BooleangetIsAvailable()Whether the billing program is available for the user final BooleangetIsExternalLinkAvailable()Whether external-link payment is available for Billing Choice. final Map<String, Object>toJson()-
-
Constructor Detail
-
BillingProgramAvailabilityResultAndroid
BillingProgramAvailabilityResultAndroid(BillingProgramAndroid billingProgram, BillingChoiceScreenTypeAndroid choiceScreenType, Boolean isAvailable, Boolean isExternalLinkAvailable)
-
-
Method Detail
-
getBillingProgram
final BillingProgramAndroid getBillingProgram()
The billing program that was checked
-
getChoiceScreenType
final BillingChoiceScreenTypeAndroid getChoiceScreenType()
Billing Choice screen renderer. Populated only for available BILLING_CHOICE results. Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0.
-
getIsAvailable
final Boolean getIsAvailable()
Whether the billing program is available for the user
-
getIsExternalLinkAvailable
final Boolean getIsExternalLinkAvailable()
Whether external-link payment is available for Billing Choice. Populated only for available BILLING_CHOICE results. Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0.
-
-
-
-