---
title: GKInviteRecipientResponse.declined
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkinviterecipientresponse/declined
---

# GKInviteRecipientResponse.declined

A response when the player rejects the invitation.

## Declaration

```swift
case declined
```

## See Also

### Responses

- [GKInviteRecipientResponse.accepted](gamekit/gkinviterecipientresponse/accepted.md)
- [GKInviteRecipientResponse.failed](gamekit/gkinviterecipientresponse/failed.md)
- [GKInviteRecipientResponse.incompatible](gamekit/gkinviterecipientresponse/incompatible.md)
- [GKInviteRecipientResponse.unableToConnect](gamekit/gkinviterecipientresponse/unabletoconnect.md)
- [GKInviteRecipientResponse.noAnswer](gamekit/gkinviterecipientresponse/noanswer.md)
