Uses of Class
org.robovm.apple.gamekit.GKLeaderboardPlayerScope
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKLeaderboardPlayerScope in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKLeaderboardPlayerScope Modifier and Type Method Description GKLeaderboardPlayerScopeGKLeaderboard. getPlayerScope()Deprecated.Deprecated in iOS 14.0.static GKLeaderboardPlayerScopeGKLeaderboardPlayerScope. valueOf(long n)Returns the enum constant of this type with the specified name.static GKLeaderboardPlayerScopeGKLeaderboardPlayerScope. valueOf(String name)Returns the enum constant of this type with the specified name.static GKLeaderboardPlayerScope[]GKLeaderboardPlayerScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.gamekit with parameters of type GKLeaderboardPlayerScope Modifier and Type Method Description protected longGKGameCenterViewController. init(GKLeaderboard leaderboard, GKLeaderboardPlayerScope playerScope)protected longGKGameCenterViewController. initWithLeaderboardID$playerScope$timeScope$(String leaderboardID, GKLeaderboardPlayerScope playerScope, GKLeaderboardTimeScope timeScope)voidGKLeaderboard. loadEntriesForPlayerScope(GKLeaderboardPlayerScope playerScope, GKLeaderboardTimeScope timeScope, NSRange range, VoidBlock4<GKLeaderboardEntry,NSArray<GKLeaderboardEntry>,Long,NSError> completionHandler)voidGKLeaderboard. setPlayerScope(GKLeaderboardPlayerScope v)Deprecated.Deprecated in iOS 14.0.Constructors in org.robovm.apple.gamekit with parameters of type GKLeaderboardPlayerScope Constructor Description GKGameCenterViewController(String leaderboardID, GKLeaderboardPlayerScope playerScope, GKLeaderboardTimeScope timeScope)GKGameCenterViewController(GKLeaderboard leaderboard, GKLeaderboardPlayerScope playerScope)