---
title: GKPlayerConnectionState.connected
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkplayerconnectionstate/connected
---

# GKPlayerConnectionState.connected

A state in which a player connects to the match and can receive data.

## Declaration

```swift
case connected
```

## Mentioned in

Finding multiple players for a game

## See Also

### States

- [GKPlayerConnectionState.unknown](gamekit/gkplayerconnectionstate/unknown.md)
- [GKPlayerConnectionState.disconnected](gamekit/gkplayerconnectionstate/disconnected.md)
