Packagecom.myflashlab.air.extensions.googleGames
Classpublic class ScoreResult
InheritanceScoreResult Inheritance Object

Simple data class containing the result data for a particular time span.



Public Properties
 PropertyDefined By
  formattedScore : String
[read-only] String containing the score data in a display-appropriate format.
ScoreResult
  newBest : Boolean
[read-only] Boolean indicating whether or not this score was the player's new best score for this time span.
ScoreResult
  rawScore : Number
[read-only] The raw score value of this score result.
ScoreResult
  scoreMetadata : String
[read-only] The score tag associated with this result, if any.
ScoreResult
Property Detail
formattedScoreproperty
formattedScore:String  [read-only]

String containing the score data in a display-appropriate format.


Implementation
    public function get formattedScore():String
newBestproperty 
newBest:Boolean  [read-only]

Boolean indicating whether or not this score was the player's new best score for this time span.


Implementation
    public function get newBest():Boolean
rawScoreproperty 
rawScore:Number  [read-only]

The raw score value of this score result.


Implementation
    public function get rawScore():Number
scoreMetadataproperty 
scoreMetadata:String  [read-only]

The score tag associated with this result, if any.


Implementation
    public function get scoreMetadata():String