Data push and pull listener on collection/document basis

Is there any listener for the data that is being pushed or pulled in android in real time? To check on collection level or document level listeners while syncing the data.

Hi, can you be more specific about what you are trying to do? It sounds like you are looking for Change Listeners: https://www.mongodb.com/docs/realm/sdk/java/examples/react-to-changes/