-
Methods in org.robovm.apple.gamekit with parameters of type GKLeaderboardTimeScope
| Modifier and Type |
Method |
Description |
protected long |
GKGameCenterViewController.initWithLeaderboardID$playerScope$timeScope$(String leaderboardID,
GKLeaderboardPlayerScope playerScope,
GKLeaderboardTimeScope timeScope) |
|
void |
GKLeaderboard.loadEntriesForPlayers(NSArray<GKPlayer> players,
GKLeaderboardTimeScope timeScope,
VoidBlock3<GKLeaderboardEntry,NSArray<GKLeaderboardEntry>,NSError> completionHandler) |
|
void |
GKLeaderboard.loadEntriesForPlayerScope(GKLeaderboardPlayerScope playerScope,
GKLeaderboardTimeScope timeScope,
NSRange range,
VoidBlock4<GKLeaderboardEntry,NSArray<GKLeaderboardEntry>,Long,NSError> completionHandler) |
|
void |
GKGameCenterViewController.setLeaderboardTimeScope(GKLeaderboardTimeScope v) |
Deprecated.
|
void |
GKLeaderboard.setTimeScope(GKLeaderboardTimeScope v) |
Deprecated.
|
void |
GKLeaderboardViewController.setTimeScope(GKLeaderboardTimeScope v) |
Deprecated.
|