Udostępnij za pośrednictwem


BrowserLaunchMode Enum

Definition

Launch type of the browser.

public enum BrowserLaunchMode
Inheritance
System.Enum
BrowserLaunchMode

Fields

Name Value Description
SystemPreferred 0

Launch the optimized system browser and stay inside of your application. (Chrome Custom Tabs and SFSafariViewController).

External 1

Use the default external launcher to open the browser outside of the app.

Remarks

Recommended to use the SystemBrowser as it is the default and falls back to UriLauncher.

Applies to