> ## 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.

# PartyXblCrossNetworkCommunicationPrivacySetting

> PlayFab Party 헬퍼 라이브러리에서 XBOX Live 크로스 네트워크 채팅 개인 정보를 제어하는 PartyXblCrossNetworkCommunicationPrivacySetting 열거형에 대한 참조입니다.

로컬 XBOX Live 사용자에 대해 가능한 크로스 네트워크 통신 개인 정보 설정입니다.

## Syntax

```cpp theme={null}
enum class PartyXblCrossNetworkCommunicationPrivacySetting    
{  
    Allowed = 0,  
    FriendsOnly = 1,  
    Disallowed = 2,  
}  
```

## Constants

| Constant    | Description                               |
| ----------- | ----------------------------------------- |
| Allowed     | 이 사용자에 대해 제한 없이 크로스 네트워크 사용자와의 통신이 허용됩니다. |
| FriendsOnly | 이 사용자에 대해 크로스 네트워크 사용자와의 통신이 친구로만 제한됩니다.  |
| Disallowed  | 이 사용자에 대해 크로스 네트워크 사용자와의 통신이 허용되지 않습니다.   |

## Remarks

크로스 네트워크 사용자는 XBOX Live가 아닌 게임 네트워크의 사용자로 정의됩니다.

## Requirements

**Header:** PartyXboxLive.h

## See also

[PartyXboxLive members](/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members)


## Related topics

- [PartyXbl GetCrossNetworkCommunicationPrivacySetting](/ko/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/methods/partyxbllocalchatuser_getcrossnetworkcommunicationprivacysetting.md)
- [XBOX Live helper library for PlayFab Party](/ko/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [PlayFab Party XBOX Live Helper Release Notes](/ko/services/playfab/multiplayer/networking/party-xboxlive-relnotes.md)
- [PartyXboxLive C/C++ API 개요](/ko/services/playfab/multiplayer/networking/xblreference/partyxboxlive_members.md)
- [PartyXblLocalChatUser](/ko/services/playfab/multiplayer/networking/xblreference/classes/PartyXblLocalChatUser/partyxbllocalchatuser.md)
