Package | com.myflashlab.air.extensions.googleGames |
Class | public class Snapshot |
Inheritance | Snapshot Object |
Property | Defined 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 |
content | property |
content:String
[read-only] Retrieve the Snapshot contents associated with this snapshot. This object can be used to update the data of a snapshot.
public function get content():String
metadata | property |
metadata:SnapshotMetadata
[read-only] Retrieves the metadata for this snapshot.
public function get metadata():SnapshotMetadata