public interface GKTurnBasedMatchmakerViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
turnBasedMatchmakerViewControllerDidFailWithError(GKTurnBasedMatchmakerViewController viewController,
NSError error)
Matchmaking has failed with an error
|
default void |
turnBasedMatchmakerViewControllerDidFindMatch(GKTurnBasedMatchmakerViewController viewController,
GKTurnBasedMatch match)
Deprecated.
|
default void |
turnBasedMatchmakerViewControllerPlayerQuitForMatch(GKTurnBasedMatchmakerViewController viewController,
GKTurnBasedMatch match)
Deprecated.
|
void |
turnBasedMatchmakerViewControllerWasCancelled(GKTurnBasedMatchmakerViewController viewController)
The user has cancelled
|
void turnBasedMatchmakerViewControllerDidFailWithError(GKTurnBasedMatchmakerViewController viewController, NSError error)
@Deprecated default void turnBasedMatchmakerViewControllerDidFindMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)
@Deprecated default void turnBasedMatchmakerViewControllerPlayerQuitForMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)
void turnBasedMatchmakerViewControllerWasCancelled(GKTurnBasedMatchmakerViewController viewController)