Links

Live Objects/Collections

Live Objects and Live Collections are observable data holders. The observer gets updated when there is a change of data in the local cache.
There are two main sources that can make changes to the local cache:
  • When an object gets updated by a client’s request
  • Real-time events of the subscribed objects
For an in-depth explanation on how your SDK handles Live Objects and Live Collections, refer to the platform-specific subpages in this section.
For information on how to subscribe to objects, visit Real time events.

Pagination

iOS
Android
JavaScript
TypeScript
Flutter
When querying messages, you cannot set limit, skip, after, first, before, and last parameters. By default, number of items in each page is 20.
When querying messages, you cannot set limit, skip, after, first, before, and last parameters. By default, the number of items in each page is 15.
Supported ✅ (please wait while we prepare a real example!)
Supported ✅ (please wait while we prepare a real example!)
When querying messages, you cannot set limit, skip, after, first, before, and last parameters.