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

# GKInviteRecipientResponse.accepted

A response when the player accepts the invitation.

## Declaration

```swift
case accepted
```

## See Also

### Responses

- [GKInviteRecipientResponse.declined](gamekit/gkinviterecipientresponse/declined.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)
