Changes

Jump to: navigation, search

Services/Sync/Features/Addon Sync

4 bytes removed, 17:55, 31 August 2011
no edit summary
* syncGUID (required) - The Sync GUID for this record
* syncData (optional) - The .syncData field from an add-on
* isDeleted deleted (optional) - If evaluates to true, indicates that the record was deleted. Application of this record should involve trying to delete this add-on if present or no-op if not present.
The implementation of applyRecords() will resemble the following pseudocode:
<pre>
foreach record in records:
if record.isDeleteddeleted:
found = this.getAddonBySyncGUID(record.syncGUID)
if found:
Canmove, confirm
409
edits

Navigation menu