---
title: GKMatchType.hosted
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkmatchtype/hosted
---

# GKMatchType.hosted

A match hosted on your private server.

## Declaration

```swift
case hosted
```

## Mentioned in

Finding multiple players for a game

## See Also

### Types

- [GKMatchType.peerToPeer](gamekit/gkmatchtype/peertopeer.md)
- [GKMatchType.turnBased](gamekit/gkmatchtype/turnbased.md)
