getBillingChoiceInfoAndroid abstract method

Future<BillingChoiceInfoAndroid> getBillingChoiceInfoAndroid({
  1. required BillingProgramAndroid billingProgram,
  2. required BillingChoiceImageLayoutAndroid playBillingChoiceImageLayout,
  3. String? userLocale,
})

Fetch Play Billing assets and loyalty text for developer-rendered Billing Choice screens. OpenIAP availability: Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+). Throws OpenIapError.NotPrepared if billing client is not ready. See: https://openiap.dev/docs/apis/android/get-billing-choice-info-android

Implementation

Future<BillingChoiceInfoAndroid> getBillingChoiceInfoAndroid({
  required BillingProgramAndroid billingProgram,
  required BillingChoiceImageLayoutAndroid playBillingChoiceImageLayout,
  String? userLocale,
});