Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates options for presenting the web authentication flow.
Syntax
enum class XGameUiWebAuthenticationOptions : uint32_t
{
None = 0x00,
PreferFullscreen = 0x01
};
Constants
| Constant | Description |
|---|---|
| None | Show the authentication flow in a normal dialog box. |
| PreferFullscreen | Show the authentication flow by using the full screen. |
Remarks
The XGameUiShowWebAuthenticationWithOptionsAsync function uses this enumeration.
Note
On the PC, full screen is not supported, so PreferFullscreen is ignored when calling XGameUiShowWebAuthenticationWithOptionsAsync.
To get the results of a call to XGameUiShowWebAuthenticationWithOptionsAsync, call XGameUiShowWebAuthenticationResultSize. Then call XGameUiShowWebAuthenticationResult.
Requirements
Header: XGameUI.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles