|
◆ mobilesync_actions_add()
void mobilesync_actions_add |
( |
plist_t |
actions, |
|
|
|
... |
|
) |
| |
Add one or more new key:value pairs to the given actions plist.
- Parameters
-
actions | The actions to modify. |
... | KEY, VALUE, [KEY, VALUE], NULL |
- Note
- The known keys so far are "SyncDeviceLinkEntityNamesKey" which expects an array of entity names, followed by a count paramter as well as "SyncDeviceLinkAllRecordsOfPulledEntityTypeSentKey" which expects an integer to use as a boolean value indicating that the device should link submitted changes and report remapped identifiers.
|