<SBSOverlayControllerDidCancelDelegate> Protocol Reference

Instance Methods

(void) - overlayController:didCancelWithStatus:
 

Detailed Description

Protocol cancel events.

Since
4.7.0

Method Documentation

- (void) overlayController: (nonnull SBSOverlayController *)  overlayController
didCancelWithStatus: (nullable NSDictionary *)  status 

Is called when the user clicks the cancel button in the scan user interface.

Typically implementations will stop the scanning and dismiss the barcode picker when the user hits the cancel button.

Since
4.7.0
Parameters
overlayControllerSBSOverlayController that is delegating
statusdictionary (currently empty)

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