enterpriseAuthenticationAppLinkPolicyEnabled property

bool? enterpriseAuthenticationAppLinkPolicyEnabled
getter/setter pair

Sets whether EnterpriseAuthenticationAppLinkPolicy if set by admin is allowed to have any effect on WebView.

EnterpriseAuthenticationAppLinkPolicy in WebView allows admins to specify authentication urls. When WebView is redirected to authentication url, and an app on the device has registered as the default handler for the url, that app is launched.

The default value is true.

NOTE for Android native WebView: available on Android only if WebViewFeature.ENTERPRISE_AUTHENTICATION_APP_LINK_POLICY feature is supported.

Officially Supported Platforms/Implementations:

  • Android native WebView

Implementation

bool? enterpriseAuthenticationAppLinkPolicyEnabled;