SBSDKBarcodeTrackingOverlayController

@objcMembers
public class SBSDKBarcodeTrackingOverlayController : NSObject

A class that represents an overlay used for visualizing detected barcodes. It provides a customizable user interface for displaying barcodes and supports interaction with them. The overlay can be used to highlight and select barcodes based on user input.

Note

To use the barcode tracking overlay, you should set its configuration property to customize the appearance and behavior of the overlay.
  • Initializes and returns a barcode tracking overlay controller with the default configuration and no delegate.

    Declaration

    Swift

    public override init()

    Return Value

    An initialized SBSDKBarcodeTrackingOverlay instance.

  • Resets the tracking overlay, removes all tracked barcode views and clears the selected barcodes.

    Declaration

    Swift

    @objc
    public func reset()