Package org.robovm.apple.gamekit
Interface GKTurnBasedMatchmakerViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GKTurnBasedMatchmakerViewControllerDelegateAdapter
public interface GKTurnBasedMatchmakerViewControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidFail(GKTurnBasedMatchmakerViewController viewController, NSError error)voiddidFindMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)Deprecated.Deprecated in iOS 9.0.voidplayerQuit(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)Deprecated.Deprecated in iOS 9.0.voidwasCancelled(GKTurnBasedMatchmakerViewController viewController)
-
Method Details
-
wasCancelled
-
didFail
-
didFindMatch
@Deprecated void didFindMatch(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)Deprecated.Deprecated in iOS 9.0. use GKTurnBasedEventListener player:receivedTurnEventForMatch:didBecomeActive: -
playerQuit
@Deprecated void playerQuit(GKTurnBasedMatchmakerViewController viewController, GKTurnBasedMatch match)Deprecated.Deprecated in iOS 9.0. use GKTurnBasedEventListener player:wantsToQuitMatch:
-