RoutesUpdated

@ObjCName(name = "routesUpdated")
data class RoutesUpdated(val routes: List<ZyncRoute>) : ZyncDashboardRouteUpdatesEvent

Emitted when route data changes during background sync.

This event is triggered when:

  • Routes are added, updated, or deleted

  • Route order changes

  • Any route field is modified

The event contains the complete updated route list for the affected date.

Constructors

Link copied to clipboard
constructor(routes: List<ZyncRoute>)

Properties

Link copied to clipboard

Complete list of routes after the update