<SBSLicenseValidationDelegate> Protocol Reference

Instance Methods

(void) - barcodePicker:failedToValidateLicense:
 

Method Documentation

- (void) barcodePicker: (nonnull SBSBarcodePicker *)  picker
failedToValidateLicense: (nonnull NSString *)  errorMessage 

Method invoked whenever license validation process fails.

This method is called on the SBSBarcodePicker::licenseValidationDelegate whenever there is a problem with license validation. NSString describing the error can be retrieved from the errorMessage parameter.

Parameters
pickerThe barcode picker on which license validation is performed.
errorMessageError description in human readable NSString.

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