billingChoiceScreenTypeAndroid property

BillingChoiceScreenTypeAndroid? billingChoiceScreenTypeAndroid
final

Billing Choice renderer configured in Play Console. Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+). GOOGLE_RENDERED registers the developer-provided billing listener so OpenIAP can emit the selection event. DEVELOPER_RENDERED omits that listener so the app can render its own choice screen and use the reporting/dialog/link APIs. Must match choiceScreenType returned by isBillingProgramAvailableAndroid. Defaults to GOOGLE_RENDERED.

Implementation

final BillingChoiceScreenTypeAndroid? billingChoiceScreenTypeAndroid;