Package org.robovm.apple.gamekit
Interface GKMatchmakerViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
GKMatchmakerViewControllerDelegateAdapter
public interface GKMatchmakerViewControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidFail(GKMatchmakerViewController viewController, NSError error)voiddidFindHostedPlayers(GKMatchmakerViewController viewController, NSArray<GKPlayer> players)voiddidFindMatch(GKMatchmakerViewController viewController, GKMatch match)voiddidFindPlayers(GKMatchmakerViewController viewController, List<String> playerIDs)Deprecated.Deprecated in iOS 8.0.voiddidReceiveAccept(GKMatchmakerViewController viewController, String playerID)Deprecated.Deprecated in iOS 8.0.voidhostedPlayerDidAccept(GKMatchmakerViewController viewController, GKPlayer player)voidwasCancelled(GKMatchmakerViewController viewController)
-
Method Details
-
wasCancelled
-
didFail
-
didFindMatch
-
didFindHostedPlayers
-
hostedPlayerDidAccept
-
didFindPlayers
Deprecated.Deprecated in iOS 8.0. This is never invoked and its implementation does nothing, use matchmakerViewController:didFindHostedPlayers: -
didReceiveAccept
Deprecated.Deprecated in iOS 8.0. This is never invoked and its implementation does nothing, use matchmakerViewController:hostedPlayerDidAccept:
-