Class AN_DataOrConflictResult
Snapshot Open result
Inheritance
System.Object
AN_DataOrConflictResult
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_DataOrConflictResult : AN_LinkedObject
Properties
IsConflict
Returns true if there is conflict, in which case GetConflict() can be used to access the details. If this method returns false, GetSnapshot() can be used to access the requested data.
Declaration
public bool IsConflict { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetConflict()
Snapshot conflict info.
Declaration
public AN_SnapshotConflict GetConflict()
Returns
Type | Description |
---|---|
AN_SnapshotConflict | Returns snapshot conflict info. |
GetSnapshot()
Snapshot data if the result was successful.
Declaration
public AN_Snapshot GetSnapshot()
Returns
Type | Description |
---|---|
AN_Snapshot | Returns snapshot data if the result was successful. |