Method GetVersionPlayerScoreAsync
GetVersionPlayerScoreAsync(string, string, GetVersionPlayerScoreOptions)
Gets the entry for the current player in the specified leaderboard archive version.
Declaration
Task<LeaderboardVersionEntry> GetVersionPlayerScoreAsync(string leaderboardId, string versionId, GetVersionPlayerScoreOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
string | leaderboardId | ID string of the leaderboard |
string | versionId | ID string of the leaderboard archive version |
GetVersionPlayerScoreOptions | options | Options object with "IncludeMetadata", whether to retrieve stored metadata (defaults to false). |
Returns
Type | Description |
---|---|
Task<LeaderboardVersionEntry> | Task for a Response object containing status code, headers, and Models.LeaderboardVersionEntry object containing the retrieved entry. |
Exceptions
Type | Condition |
---|---|
LeaderboardsException | An exception containing a Message, Reason, and ErrorCode that can be used to determine the source of the error. |
LeaderboardsValidationException | An exception containing a Message, Reason, ErrorCode, and Details that can be used to determine the source of the error. |