XboxGameBarWidgetNotificationShowResult

enum XboxGameBarWidgetNotificationShowResult
{
    Success,
    AccessDenied,
    SuppressedForQuietHours,
    SuppressedForFullScreenExclusive,
    Error
}

Values

Success Widget notification was successfully shown or queued to be shown.

AccessDenied Widget notification could not be shown due to access denied.

SuppressedForQuietHours Widget notification could not be shown due to active Windows quiet hours setting.

SuppressedForFullScreenExclusive Widget notification could not be shown due to full-screen-exclusive check (set by user in Game Bar settings).

Error Widget notification could not be shown due to an unexpected error.