Show / Hide Table of Contents

Class AN_ScoreSubmissionData

Data object representing the result of submitting a score to a leaderboard.

Inheritance
System.Object
AN_ScoreSubmissionData
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_ScoreSubmissionData : AN_LinkedObject

Properties

LeaderboardId

Retrieves the ID of the leaderboard the score was submitted to.

Declaration
public string LeaderboardId { get; }
Property Value
Type Description
System.String

PlayerId

Retrieves the ID of the player the score was submitted for.

Declaration
public string PlayerId { get; }
Property Value
Type Description
System.String

Methods

GetScoreResult(AN_Leaderboard.TimeSpan)

Retrieves the AN_ScoreSubmissionData.Result object for the given time span, if any.

Declaration
public AN_ScoreSubmissionData.Result GetScoreResult(AN_Leaderboard.TimeSpan timeSpan)
Parameters
Type Name Description
AN_Leaderboard.TimeSpan timeSpan
Returns
Type Description
AN_ScoreSubmissionData.Result
In This Article
Back to top Generated by DocFX