Deprecation warning

Please note that this is outdated documentation for an older release of the Scandit Barcode Scanner SDK.

We are deprecating the 5.x API on all platforms (except Linux). Release 5.19 in April 2021 will be our final. Applications running 5.x will continue to work, and we will continue to release critical bug fixes and security patches only, for one year. We encourage you to migrate to 6.x and take advantage of our latest / advanced features and improved performance.

You'll find the updated documentation at: Data Capture SDK Documentation for iOS

SBSOverlayController.h File Reference

Go to the source code of this file.

Classes

protocol  <SBSOverlayControllerDidCancelDelegate>
 
class  SBSOverlayController
 

Typedefs

typedef SBSCameraSwitchVisibility CameraSwitchVisibility
 

Enumerations

enum  SBSCameraSwitchVisibility {
  SBSCameraSwitchVisibilityNever, SBSCameraSwitchVisibilityOnTablet, SBSCameraSwitchVisibilityAlways, CAMERA_SWITCH_NEVER = SBSCameraSwitchVisibilityNever,
  CAMERA_SWITCH_ON_TABLET = SBSCameraSwitchVisibilityOnTablet, CAMERA_SWITCH_ALWAYS = SBSCameraSwitchVisibilityAlways
}
 
enum  SBSMatrixScanHighlightingState { SBSMatrixScanHighlightingStateLocalized, SBSMatrixScanHighlightingStateRecognized, SBSMatrixScanHighlightingStateRejected }
 

Typedef Documentation

Enumeration Type Documentation

Enumeration of different camera switch options.

Since
3.0.0
Enumerator
SBSCameraSwitchVisibilityNever 
SBSCameraSwitchVisibilityOnTablet 
SBSCameraSwitchVisibilityAlways 
CAMERA_SWITCH_NEVER 
CAMERA_SWITCH_ON_TABLET 
CAMERA_SWITCH_ALWAYS 

Enumeration of different highlighting state of locations when using matrix scan.

Since
5.2.0
Enumerator
SBSMatrixScanHighlightingStateLocalized 
SBSMatrixScanHighlightingStateRecognized 
SBSMatrixScanHighlightingStateRejected