Packagecom.myflashlab.air.extensions.googleGames
Classpublic class Snapshot
InheritanceSnapshot Inheritance Object

Data interface for a representation of a saved game. This includes both the metadata and the actual game content.



Public Properties
 PropertyDefined By
  content : String
[read-only] Retrieve the Snapshot contents associated with this snapshot.
Snapshot
  metadata : SnapshotMetadata
[read-only] Retrieves the metadata for this snapshot.
Snapshot
Property Detail
contentproperty
content:String  [read-only]

Retrieve the Snapshot contents associated with this snapshot. This object can be used to update the data of a snapshot.


Implementation
    public function get content():String
metadataproperty 
metadata:SnapshotMetadata  [read-only]

Retrieves the metadata for this snapshot.


Implementation
    public function get metadata():SnapshotMetadata