-
public final class GetBillingChoiceInfoParamsAndroidParameters for fetching Billing Choice display information (Android) Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetBillingChoiceInfoParamsAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BillingProgramAndroidbillingProgramprivate final BillingChoiceImageLayoutAndroidplayBillingChoiceImageLayoutprivate final StringuserLocale
-
Constructor Summary
Constructors Constructor Description GetBillingChoiceInfoParamsAndroid(BillingProgramAndroid billingProgram, BillingChoiceImageLayoutAndroid playBillingChoiceImageLayout, String userLocale)
-
Method Summary
Modifier and Type Method Description final BillingProgramAndroidgetBillingProgram()Billing program. final BillingChoiceImageLayoutAndroidgetPlayBillingChoiceImageLayout()Desired Play Billing choice image layout. final StringgetUserLocale()BCP 47 locale tag. final Map<String, Object>toJson()-
-
Constructor Detail
-
GetBillingChoiceInfoParamsAndroid
GetBillingChoiceInfoParamsAndroid(BillingProgramAndroid billingProgram, BillingChoiceImageLayoutAndroid playBillingChoiceImageLayout, String userLocale)
-
-
Method Detail
-
getBillingProgram
final BillingProgramAndroid getBillingProgram()
Billing program. Currently only BILLING_CHOICE is supported.
-
getPlayBillingChoiceImageLayout
final BillingChoiceImageLayoutAndroid getPlayBillingChoiceImageLayout()
Desired Play Billing choice image layout.
-
getUserLocale
final String getUserLocale()
BCP 47 locale tag. If omitted, Play Billing uses the user's default locale.
-
-
-
-