Package apple.gamekit.protocol
Interface GKTurnBasedMatchmakerViewControllerDelegate
-
public interface GKTurnBasedMatchmakerViewControllerDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description voidturnBasedMatchmakerViewControllerDidFailWithError(GKTurnBasedMatchmakerViewController viewController, NSError error)Matchmaking has failed with an errordefault voidturnBasedMatchmakerViewControllerDidFindMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)Deprecated.default voidturnBasedMatchmakerViewControllerPlayerQuitForMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)Deprecated.voidturnBasedMatchmakerViewControllerWasCancelled(GKTurnBasedMatchmakerViewController viewController)The user has cancelled
-
-
-
Method Detail
-
turnBasedMatchmakerViewControllerDidFailWithError
void turnBasedMatchmakerViewControllerDidFailWithError(GKTurnBasedMatchmakerViewController viewController, NSError error)
Matchmaking has failed with an error
-
turnBasedMatchmakerViewControllerDidFindMatch
@Deprecated default void turnBasedMatchmakerViewControllerDidFindMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)
Deprecated.Deprecated
-
turnBasedMatchmakerViewControllerPlayerQuitForMatch
@Deprecated default void turnBasedMatchmakerViewControllerPlayerQuitForMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)
Deprecated.Deprectated
-
turnBasedMatchmakerViewControllerWasCancelled
void turnBasedMatchmakerViewControllerWasCancelled(GKTurnBasedMatchmakerViewController viewController)
The user has cancelled
-
-