See Also: GKMatchRequest Members
After instantiating a MonoTouch.GameKit.GKMatchRequest, application developers should pass it to the following classes, depending on the type of match desired:
| Real-Time Match | Turn-based Match | |
|---|---|---|
| Using standard matchmaking interface | MonoTouch.GameKit.GKMatchmakerViewController | MonoTouch.GameKit.GKTurnBasedMatch |
| Using application-provided UI | MonoTouch.GameKit.GKMatchmaker | MonoTouch.GameKit.GKTurnBasedMatchmakerViewController |