webAuthenticationSupport property
getter/setter pair
Sets the WebAuthn support level for the Android WebView.
The default value is WebAuthenticationSupport.NONE.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebSettingsCompat.setWebAuthenticationSupport):
- available on Android only if WebViewFeature.WEB_AUTHENTICATION feature is supported.
Implementation
WebAuthenticationSupport? webAuthenticationSupport;