Uses of Class
org.robovm.apple.gamekit.GKScore
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKScore in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKScore Modifier and Type Method Description GKScoreGKLeaderboard. getLocalPlayerScore()Deprecated.Deprecated in iOS 14.0.GKScoreGKScoreChallenge. getScore()Methods in org.robovm.apple.gamekit that return types with arguments of type GKScore Modifier and Type Method Description NSArray<GKScore>GKLeaderboard. getScores()Deprecated.Deprecated in iOS 14.0.Method parameters in org.robovm.apple.gamekit with type arguments of type GKScore Modifier and Type Method Description voidGKTurnBasedMatch. endMatch(NSData matchData, NSArray<GKScore> scores, NSArray<GKAchievement> achievements, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidGKLeaderboard. loadScores(VoidBlock2<NSArray<GKScore>,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.static voidGKScore. reportScores(NSArray<GKScore> scores, NSArray<GKChallenge> challenges, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.static voidGKScore. reportScores(NSArray<GKScore> scores, VoidBlock1<NSError> completionHandler)Deprecated.