<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
-
overlay The simple overlay. code The barcode. identifier Barcode 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
-
overlay The simple overlay. code A SBSTrackedCode instance. identifier Barcode identifier.
- Since
- 5.9.0
The documentation for this protocol was generated from the following file: