> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameUiNotificationPositionHint

> XGameUiNotificationPositionHint

# XGameUiNotificationPositionHint

현재 타이틀에서 토스트 알림이 표시될 기본 위치를 설명합니다.

## 구문

```cpp theme={null}
enum class XGameUiNotificationPositionHint  : uint32_t  
{  
    BottomCenter = 0,  
    BottomLeft = 1,  
    BottomRight = 2,  
    TopCenter = 3,  
    TopLeft = 4,  
    TopRight = 5  
}  
```

## 상수

| 상수           | 설명                                  |
| ------------ | ----------------------------------- |
| BottomCenter | 토스트 알림이 하단 중앙에 표시되는 것을 선호함을 나타냅니다.  |
| BottomLeft   | 토스트 알림이 하단 왼쪽에 표시되는 것을 선호함을 나타냅니다.  |
| BottomRight  | 토스트 알림이 하단 오른쪽에 표시되는 것을 선호함을 나타냅니다. |
| TopCenter    | 토스트 알림이 상단 중앙에 표시되는 것을 선호함을 나타냅니다.  |
| TopLeft      | 토스트 알림이 상단 왼쪽에 표시되는 것을 선호함을 나타냅니다.  |
| TopRight     | 토스트 알림이 상단 오른쪽에 표시되는 것을 선호함을 나타냅니다. |

## 설명

알림 위치는 토스트 알림을 표시할 위치에 대해 운영 체제에 제공되는 힌트입니다. 경우에 따라 현재 UI가 해당 위치에서 알림 표시를 지원할 수 없는 경우 시스템이 이 설정을 무시할 수 있습니다.

[XGameUiSetNotificationPositionHint](/reference/system/xgameui/functions/xgameuisetnotificationpositionhint)의 매개 변수입니다.

## 요구 사항

**헤더:** XGameUI.h

**지원 플랫폼:** Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[XGameUI](/reference/system/xgameui/xgameui_members)\
[XGameUiSetNotificationPositionHint](/reference/system/xgameui/functions/xgameuisetnotificationpositionhint)


## Related topics

- [XGameUiSetNotificationPositionHint](/ko/reference/system/xgameui/functions/xgameuisetnotificationpositionhint.md)
- [XGameUI](/ko/reference/system/xgameui/xgameui_members.md)
- [XGameUiTextEntryPositionHint](/ko/reference/system/xgameui/enums/xgameuitextentrypositionhint.md)
- [XGameUiTextEntryUpdatePositionHint](/ko/reference/system/xgameui/functions/xgameuitextentryupdatepositionhint.md)
- [XGameUiTextEntryOptions](/ko/reference/system/xgameui/structs/xgameuitextentryoptions.md)
