Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property, when set to true, redirects unsupported links to the native client defined in the glide.sg.universal_links.unsupported_link_default_native_client property. |
| What area does it affect? |
Universal Links |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when configuring link handling for unsupported URLs in mobile applications. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sg.universal_links.open_unsupported_links |
| Sys ID |
983f4754b723201096aa25efce11a920 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
When this property is set to true, all unsupported links should be sent to the native client in the 'glide.sg.universal_links.unsupported_link_default_native_client' property as browser screens with the URL.
Notice that 'glide.sg.universal_links.unsupported_link_default_native_client' property stores the default native client for all unsupported links and its default value is 'agent'. The system property will drive the target destination app when the admin has the above system property set to true. All links can target Mobile Agent. |
| Updated |
2024-05-25 05:07:01 |
Sources
Related properties