userMessageSyncResponse
Extends: | response |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
syncs (userMessageSync) | 0/unbounded | The messages that were modified on the server and needs to be synchronized to the device. |
syncAcks (userMessageSyncAck) | 0/unbounded | The acknowledge of messages synchronized previously from the device. |
JSON
property | type | description |
---|---|---|
syncs | array of syncs (userMessageSync) | The messages that were modified on the server and needs to be synchronized to the device. |
syncAcks | array of syncAcks (userMessageSyncAck) | The acknowledge of messages synchronized previously from the device. |