-
Methods in org.robovm.apple.gamekit with parameters of type GKMatchmakerViewController
| Modifier and Type |
Method |
Description |
void |
GKMatchmakerViewControllerDelegate.didFail(GKMatchmakerViewController viewController,
NSError error) |
|
void |
GKMatchmakerViewControllerDelegateAdapter.didFail(GKMatchmakerViewController viewController,
NSError error) |
|
void |
GKMatchmakerViewControllerDelegate.didFindHostedPlayers(GKMatchmakerViewController viewController,
NSArray<GKPlayer> players) |
|
void |
GKMatchmakerViewControllerDelegateAdapter.didFindHostedPlayers(GKMatchmakerViewController viewController,
NSArray<GKPlayer> players) |
|
void |
GKMatchmakerViewControllerDelegate.didFindMatch(GKMatchmakerViewController viewController,
GKMatch match) |
|
void |
GKMatchmakerViewControllerDelegateAdapter.didFindMatch(GKMatchmakerViewController viewController,
GKMatch match) |
|
void |
GKMatchmakerViewControllerDelegate.didFindPlayers(GKMatchmakerViewController viewController,
List<String> playerIDs) |
Deprecated.
|
void |
GKMatchmakerViewControllerDelegateAdapter.didFindPlayers(GKMatchmakerViewController viewController,
List<String> playerIDs) |
Deprecated.
|
void |
GKMatchmakerViewControllerDelegate.didReceiveAccept(GKMatchmakerViewController viewController,
String playerID) |
Deprecated.
|
void |
GKMatchmakerViewControllerDelegateAdapter.didReceiveAccept(GKMatchmakerViewController viewController,
String playerID) |
Deprecated.
|
void |
GKMatchmakerViewControllerDelegate.hostedPlayerDidAccept(GKMatchmakerViewController viewController,
GKPlayer player) |
|
void |
GKMatchmakerViewControllerDelegateAdapter.hostedPlayerDidAccept(GKMatchmakerViewController viewController,
GKPlayer player) |
|
void |
GKMatchmakerViewControllerDelegate.wasCancelled(GKMatchmakerViewController viewController) |
|
void |
GKMatchmakerViewControllerDelegateAdapter.wasCancelled(GKMatchmakerViewController viewController) |
|