paymentRequestEnabled property
getter/setter pair
Enables the Android Payment Request API for this WebView.
Payment Request is disabled by default. Google Pay integrations also require the host app's payment-provider setup and Android manifest queries.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebSettingsCompat.setPaymentRequestEnabled):
- available on Android only if WebViewFeature.PAYMENT_REQUEST feature is supported.
Implementation
bool? paymentRequestEnabled;