-
Methods in org.robovm.apple.gamekit with parameters of type GKMatch
| Modifier and Type |
Method |
Description |
void |
GKMatchmaker.addPlayersToMatch(GKMatch match,
GKMatchRequest matchRequest,
VoidBlock1<NSError> completionHandler) |
|
void |
GKMatchmakerViewController.addPlayersToMatch(GKMatch match) |
|
void |
GKMatchDelegate.didChangeConnectionState(GKMatch match,
GKPlayer player,
GKPlayerConnectionState state) |
|
void |
GKMatchDelegateAdapter.didChangeConnectionState(GKMatch match,
GKPlayer player,
GKPlayerConnectionState state) |
|
void |
GKMatchDelegate.didChangeState(GKMatch match,
String playerID,
GKPlayerConnectionState state) |
Deprecated.
|
void |
GKMatchDelegateAdapter.didChangeState(GKMatch match,
String playerID,
GKPlayerConnectionState state) |
Deprecated.
|
void |
GKMatchDelegate.didFail(GKMatch match,
NSError error) |
|
void |
GKMatchDelegateAdapter.didFail(GKMatch match,
NSError error) |
|
void |
GKMatchmakerViewControllerDelegate.didFindMatch(GKMatchmakerViewController viewController,
GKMatch match) |
|
void |
GKMatchmakerViewControllerDelegateAdapter.didFindMatch(GKMatchmakerViewController viewController,
GKMatch match) |
|
void |
GKMatchDelegate.didReceiveData(GKMatch match,
NSData data,
String playerID) |
Deprecated.
|
void |
GKMatchDelegate.didReceiveData(GKMatch match,
NSData data,
GKPlayer player) |
|
void |
GKMatchDelegate.didReceiveData(GKMatch match,
NSData data,
GKPlayer recipient,
GKPlayer player) |
|
void |
GKMatchDelegateAdapter.didReceiveData(GKMatch match,
NSData data,
String playerID) |
Deprecated.
|
void |
GKMatchDelegateAdapter.didReceiveData(GKMatch match,
NSData data,
GKPlayer player) |
|
void |
GKMatchDelegateAdapter.didReceiveData(GKMatch match,
NSData data,
GKPlayer recipient,
GKPlayer player) |
|
void |
GKMatchmaker.finishMatchmaking(GKMatch match) |
|
boolean |
GKMatchDelegate.shouldReinviteDisconnectedPlayer(GKMatch match,
GKPlayer player) |
|
boolean |
GKMatchDelegateAdapter.shouldReinviteDisconnectedPlayer(GKMatch match,
GKPlayer player) |
|
boolean |
GKMatchDelegate.shouldReinvitePlayer(GKMatch match,
String playerID) |
Deprecated.
|
boolean |
GKMatchDelegateAdapter.shouldReinvitePlayer(GKMatch match,
String playerID) |
Deprecated.
|