Leaderboards.SubmitScoreResult

public static interface Leaderboards.SubmitScoreResult implements Result Releasable

This interface is deprecated.
ScoreSubmissionData is returned directly in the LeaderboardsClient.

Result delivered when a leaderboard score has been submitted. The statusCode indicates whether or not the score was successfully submitted to the servers.

Possible status codes include:

Public Method Summary

abstract ScoreSubmissionData

Inherited Method Summary

Public Methods

public abstract ScoreSubmissionData getScoreData ()

Returns
  • Data about the score that was submitted and the response from the server.