| Package | com.myflashlab.air.extensions.googleGames |
| Class | public class ScoreResult |
| Inheritance | ScoreResult Object |
| Property | Defined 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 | ||
| formattedScore | property |
formattedScore:String [read-only] String containing the score data in a display-appropriate format.
public function get formattedScore():String| newBest | property |
newBest:Boolean [read-only] Boolean indicating whether or not this score was the player's new best score for this time span.
public function get newBest():Boolean| rawScore | property |
rawScore:Number [read-only] The raw score value of this score result.
public function get rawScore():Number| scoreMetadata | property |
scoreMetadata:String [read-only] The score tag associated with this result, if any.
public function get scoreMetadata():String