Determines the type of opening the deeplink. If set to redirect, opens the application directly without the user gesture. If set to click, opens the application after the user gesture in the click event.
redirect
click
Optional
Whether to open the application in new window on desktop environment. If set to true, opens the application in new window on desktop environment.
true
false Copy
false
Determines the type of opening the deeplink.
If set to
redirect, opens the application directly without the user gesture.If set to
click, opens the application after the user gesture in the click event.