Class AN_SnapshotConflict
Inheritance
System.Object
AN_SnapshotConflict
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_SnapshotConflict : AN_LinkedObject
Properties
ConflictId
Returns the ID of the conflict to resolve, if any. Pass this toResolveConflict(String, AN_Snapshot, Action<AN_LinkedObjectResult<AN_DataOrConflictResult>>) when resolving the conflict.
Declaration
public string ConflictId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetConflictingSnapshot()
The modified version of the Snapshot in the case of a conflict.
Declaration
public AN_Snapshot GetConflictingSnapshot()
Returns
Type | Description |
---|---|
AN_Snapshot | Returns the modified version of the Snapshot in the case of a conflict. |
GetSnapshot()
The server's version of the Snapshot that was opened.
Declaration
public AN_Snapshot GetSnapshot()
Returns
Type | Description |
---|---|
AN_Snapshot | Returns the server's version of the Snapshot that was opened. |