BrowserLaunchMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Launch type of the browser.
public enum class BrowserLaunchMode
public enum BrowserLaunchMode
type BrowserLaunchMode =
Public Enum BrowserLaunchMode
- Inheritance
-
BrowserLaunchMode
Fields
Name | Value | Description |
---|---|---|
SystemPreferred | 0 | Launch the optimized system browser and stay inside of your application. Chrome Custom Tabs on Android and SFSafariViewController on iOS. |
External | 1 | Use the default external launcher to open the browser outside of the app. |
Remarks
It's recommended to use the SystemPreferred as it is the default and gracefully falls back if needed.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.