java.lang.Object | |
↳ | com.google.android.gms.games.SnapshotsClient.SnapshotConflict |
Result delivered when a conflict was detected during open(SnapshotMetadata)
or resolveConflict(String, Snapshot)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the ID of the conflict to resolve, if any.
| |||||||||||
Returns the modified version of the
Snapshot in the case of a conflict. | |||||||||||
Returns the
SnapshotContents object used to update the data in case of a conflict. | |||||||||||
Returns the server's version of the
Snapshot that was opened. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the ID of the conflict to resolve, if any. Pass this to resolveConflict(String, Snapshot)
when
resolving the conflict.
Returns | |
---|---|
String |
Returns the SnapshotContents
object used to update the data in case of a conflict.
Pass this to resolveConflict(String, String, SnapshotMetadataChange, SnapshotContents)
to resolve this conflict.
Returns | |
---|---|
SnapshotContents |