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

# PFFriendsExternalFriendSources

> ExternalFriendSources enum.

ExternalFriendSources enum.

## Syntax

```cpp theme={null}
enum class PFFriendsExternalFriendSources  : uint32_t  
{  
    None = 0x0,  
    Steam = 0x1,  
    Facebook = 0x2,  
    Xbox = 0x4,  
    Psn = 0x8,  
    All = 0x10  
}  
```

## Constants

| Constant | Description |
| -------- | ----------- |
| None     | TBD         |
| Steam    | TBD         |
| Facebook | TBD         |
| XBOX     | TBD         |
| Psn      | TBD         |
| All      | TBD         |

## Requirements

**Header:** PFFriendsTypes.h

## See also

[PFFriendsTypes members](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)
