enterpriseAuthenticationAppLinkPolicyEnabled property
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.
Officially Supported Platforms/Implementations:
- Android WebView:
- available on Android only if WebViewFeature.ENTERPRISE_AUTHENTICATION_APP_LINK_POLICY feature is supported.
Implementation
bool? enterpriseAuthenticationAppLinkPolicyEnabled;