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.

Last updated