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

# GKPlayerConnectionState.disconnected

A state in which a player disconnects from the match and can’t receive data.

## Declaration

```swift
case disconnected
```

## See Also

### States

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