BarcodeClusterEditor
Defined in framework ScanditBarcodeCapture
- SDCBarcodeClusterEditor
@interface SDCBarcodeClusterEditor : NSObject
Added in version 7.1.0
Allows edition of clusters. If SDCBarcodeCountSettings.clusteringMode is set to SDCClusteringModeDisabled, the methods in this class will do nothing.
- - formCluster:
- (
void
)formCluster:(NSArray<SDCBarcode *> *)barcodesAdded in version 7.1.0
Forms a cluster from the provided barcodes. This operation will fail if one of the barcodes is already part of a cluster.
- - dissolveCluster:
- (
void
)dissolveCluster:(SDCCluster *)clusterAdded in version 7.1.0
Dissolves the cluster.
- - endEditing
- (
void
)endEditingAdded in version 7.1.0
Notifies the editor that the user has finished cluster edition. Calling this is required in order to resume manual clustering.