Class AN_SnapshotMetadata
Data interface for the metadata of a saved game.
Inheritance
Inherited Members
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_SnapshotMetadata
Fields
PLAYED_TIME_UNKNOWN
Constant indicating that the played time of a snapshot is unknown.
Declaration
public const long PLAYED_TIME_UNKNOWN = -1L
Field Value
Type | Description |
---|---|
System.Int64 |
PROGRESS_VALUE_UNKNOWN
Constant indicating that the progress value of a snapshot is unknown.
Declaration
public const long PROGRESS_VALUE_UNKNOWN = -1L
Field Value
Type | Description |
---|---|
System.Int64 |
Properties
CoverImageUri
Retrieves an image URI that can be used to load the snapshot's cover image. Returns null if the snapshot has no cover image.
Declaration
public string CoverImageUri { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Retrieves the description of this snapshot.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
DeviceName
Retrieves the name of the device that wrote this snapshot, if known.
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
System.String |
HashCode
Java object hash code This field is used by a plugin for linking to Java native objects
Declaration
public int HashCode { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlayedTime
Retrieves the played time of this snapshot in milliseconds. This value is specified during the update operation. If not known, returns PLAYED_TIME_UNKNOWN.
Declaration
public long PlayedTime { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
ProgressValue
Retrieves the progress value for this snapshot. Can be used to provide automatic conflict resolution POLICY_HIGHEST_PROGRESS. If not known, returns PROGRESS_VALUE_UNKNOWN.
Declaration
public long ProgressValue { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Title
Retrieves the title of this snapshot.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |