XGameUiUiCallbacks
Struct containing pointers to dev-defined UI callbacks.Syntax
Parameters
showPlayerProfileCardCallbackType: XGameUiShowPlayerProfileCardUiCallback* Handler for XGameUiShowPlayerProfileCardAsync, or null for system UI. showPlayerPickerCallback
Type: XGameUiShowPlayerPickerUiCallback* Handler for XGameUiShowPlayerPickerAsync, or null for system UI. showSendGameInviteCallback
Type: XGameUiShowSendGameInviteUiCallback* Handler for XGameUiShowSendGameInviteAsync, or null for system UI. showAchievementsCallback
Type: XGameUiShowAchievementsUiCallback* Handler for XGameUiShowAchievementsAsync, or null for system UI. showMultiplayerActivityGameInviteCallback
Type: XGameUiShowMultiplayerActivityGameInviteUiCallback* Handler for XGameUiShowMultiplayerActivityGameInviteAsync, or null for system UI. showMessageDialogCallback
Type: XGameUiShowMessageDialogUiCallback* Handler for XGameUiShowMessageDialogAsync, or null for system UI. showErrorDialogCallback
Type: XGameUiShowErrorDialogUiCallback* Handler for XGameUiShowErrorDialogAsync, or null for system UI. showTextEntryCallback
Type: XGameUiShowTextEntryUiCallback* Handler for XGameUiShowTextEntryAsync, or null for system UI.
