Synqpay SDK - DeviceManager Submodule
The DeviceManager submodule provides additional device management functionality for controlling specific features of the payment device.
Methods
void enableKioskMode(boolean enable)
Enables or disables kiosk mode on the device.
Usage:
- When enabled, this mode locks the bottom navigation bar and the top screen panel (notification/status bar), restricting access to system controls and preventing the user from exiting the application.
- When disabled, the device returns to normal behavior.
Note: On devices with on-screen navigation bars, toggling kiosk mode may cause the current activity to be recreated due to changes in screen size or layout.
String getSerialNumber()
Retrieves the device's serial number.
Returns:
A string
representing the unique serial number (SN) of the device.