Update README.md

This commit is contained in:
tripathyr 2020-07-05 14:26:54 +05:30 committed by GitHub
parent 0050648da2
commit 6c55653f2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -604,7 +604,7 @@ It allows the clients to retrieve messages before and after a certain time, and
* `Object Data`: Message field can only be a JavaScript Object * `Object Data`: Message field can only be a JavaScript Object
### System Data Type ### System Data Type
* `Application Data`: Application data is the base on which General Data system and Object Data system has been created. The formats for General Data and Application Data are exactly the same. Users will never need to use Application Data. So we have deprecated Application Data. * `Application Data`: Application data is the base on which General Data system and Object Data system has been created. The formats for General Data and Application Data are exactly the same exfept type is not mandatory in SEND APPLICATION DATA. This should be used if developer wants to do his own response data management, or wants no cloud-client data synchronization.
Note: Note:
* `General Data:` Type field is mandatory * `General Data:` Type field is mandatory