SyncCompletedListener
public protocol SyncCompletedListener
Listens to sync completed events.
-
Called each time a sync was “completed”, in the sense that the client caught up with the current server state. The client is “up-to-date”.
Declaration
Swift
func updatesCompleted()