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 Android

ScanditSDKSearchBarListener Interface Reference

Public Member Functions

void didEnter (String entry)
 

Detailed Description

Interface definition for a callback to be invoked when a barcode was entered through the search bar of the ScanditSDKOverlay.

As of 4.3, the ScanditSDKSearchBarListener replaces the previous search bar callbacks in ScanditSDKListener.

Member Function Documentation

void didEnter ( String  entry)

Called whenever a string was entered in the search bar and the button to search was pressed.

Parameters
entrythe text that has been entered by the user.

The documentation for this interface was generated from the following file:
  • ScanditSDKSearchBarListener.java