-
Methods in org.robovm.apple.gamekit with parameters of type GKMatchRequest
| Modifier and Type |
Method |
Description |
void |
GKMatchmaker.addPlayersToMatch(GKMatch match,
GKMatchRequest matchRequest,
VoidBlock1<NSError> completionHandler) |
|
void |
GKMatchmaker.findMatch(GKMatchRequest request,
VoidBlock2<GKMatch,NSError> completionHandler) |
|
static void |
GKTurnBasedMatch.findMatch(GKMatchRequest request,
VoidBlock2<GKTurnBasedMatch,NSError> completionHandler) |
|
void |
GKMatchmaker.findPlayers(GKMatchRequest request,
VoidBlock2<NSArray<NSString>,NSError> completionHandler) |
Deprecated.
|
void |
GKMatchmaker.findPlayersForHostedRequest(GKMatchRequest request,
VoidBlock2<NSArray<GKPlayer>,NSError> completionHandler) |
|
protected long |
GKMatchmakerViewController.init(GKMatchRequest request) |
|
protected long |
GKTurnBasedMatchmakerViewController.init(GKMatchRequest request) |
|