Package com.zebra.scannercontrol
Interface IDcsScannerEventsOnReLaunch
public interface IDcsScannerEventsOnReLaunch
Should implement the interface to access event last connected scanner on app relaunch
Activity implements IDcsScannerEventsOnReLaunch
for activate/deactivate functionality and Ui notifications, messages and progress updates
-
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectingToLastConnectedScanner(android.bluetooth.BluetoothDevice device) onConnectingToLastConnectedScanner method can be overridden when implementing.booleanonLastConnectedScannerDetect(android.bluetooth.BluetoothDevice device) onLastConnectedScannerDetect method can be overridden when implementing.voidonScannerDisconnect method can be override on Activity.
-
Method Details
-
onLastConnectedScannerDetect
boolean onLastConnectedScannerDetect(android.bluetooth.BluetoothDevice device) onLastConnectedScannerDetect method can be overridden when implementing.- Parameters:
device-- Returns:
- (app setting has permission to connect last connected scanner on app relaunch)? true : false
-
onConnectingToLastConnectedScanner
void onConnectingToLastConnectedScanner(android.bluetooth.BluetoothDevice device) onConnectingToLastConnectedScanner method can be overridden when implementing.- Parameters:
device-
-
onScannerDisconnect
void onScannerDisconnect()onScannerDisconnect method can be override on Activity.
-