<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
-
overlayController SBSOverlayController that is delegating status dictionary (currently empty)
The documentation for this protocol was generated from the following file: