CloudOnce v2.7.5
Unified Game Services API
|
Handles data conflict resolution. More...
Static Public Member Functions | |
static SyncableItem | ResolveConflict (SyncableItem localItem, SyncableItem otherItem) |
Takes two different SyncableItems and returns one of them based on the persistence type. The two items must have the same data type and persistence type. More... | |
Handles data conflict resolution.
|
inlinestatic |
Takes two different SyncableItems and returns one of them based on the persistence type. The two items must have the same data type and persistence type.
localItem | The first of two SyncableItems that are in conflict. |
otherItem | The second of two SyncableItems that are in conflict. |
null
will be returned.