Class AN_ScoreSubmissionData.Result
Simple data class containing the result data for a particular time span.
Inheritance
System.Object
AN_ScoreSubmissionData.Result
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class Result : AN_LinkedObject
Properties
FormattedScore
Containing the score data in a display-appropriate format.
Declaration
public string FormattedScore { get; }
Property Value
Type | Description |
---|---|
System.String |
NewBest
Indicating whether or not this score was the player's new best score for this time span.
Declaration
public bool NewBest { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
RawScore
The raw score value of this score result.
Declaration
public long RawScore { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
ScoreTag
The score tag associated with this result, if any.
Declaration
public string ScoreTag { get; }
Property Value
Type | Description |
---|---|
System.String |