How to Write Customer Serial Numbers (SN)
The system provides the AIDL interface to write customer SN. When connect the service, the package name is com.wizarpos.system.settings, and the class name is com.wizarpos.system.settings.service.CustomSnApiService.
Permission
Please add this permission, android.permission.CLOUDPOS_UPDATE_CUSTOM_SERIAL_NUMBER
API Overview
writerSn
int writerSn(String sn);
Write customer SN.
Parameters | |
---|---|
String | customer SN |
Returns | |
---|---|
int | Result. |
Download
Please download the AIDL file.