syncCards

fun syncCards(incomingIdentifiers: List<String>)

Synchronizes displayOrderIdentifiers with the provided list of card identifiers.

If a drag operation is currently active, synchronization is deferred to avoid disrupting gestures.

Parameters

incomingIdentifiers

the latest list of card identifiers from the data source.