<SBSSimpleMatrixScanOverlayDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

(UIColor *) - simpleMatrixScanOverlay:colorForCode:withIdentifier:
 
(void) - simpleMatrixScanOverlay:didTapCode:withIdentifier:
 

Detailed Description

Protocol used to set the color of an augmentation or to react when an augmentation is touched.

Since
5.9.0

Method Documentation

- (UIColor *) simpleMatrixScanOverlay: (SBSSimpleMatrixScanOverlay *)  overlay
colorForCode: (SBSTrackedCode *)  code
withIdentifier: (NSNumber *)  identifier 

Method that will be used by the SBSSimpleMatrixScanOverlay to set a color of the augmentation corresponding to the given tracked barcode.

Parameters
overlayThe simple overlay.
codeThe barcode.
identifierBarcode identifier.
Returns
Color to be used by the augmentation for the given barcode.
Since
5.9.0
- (void) simpleMatrixScanOverlay: (SBSSimpleMatrixScanOverlay *)  overlay
didTapCode: (SBSTrackedCode *)  code
withIdentifier: (NSNumber *)  identifier 

Method that will be called by the SBSSimpleMatrixScanOverlay once the given tracked barcode is touched.

Parameters
overlayThe simple overlay.
codeA SBSTrackedCode instance.
identifierBarcode identifier.
Since
5.9.0

The documentation for this protocol was generated from the following file: