Interface ProgressListener
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb.sync
Interface used when interested in updates on data either being uploaded to or downloaded from a Realm Object Server.
Method Summary
Method Detail
onChange
This method will be called periodically from the underlying Object Server Client responsible for uploading and downloading changes from the remote Object Server.This callback will not happen on the UI thread, but on the worker thread controlling the Object Server Client. Use
Parameters
|