Write Customer Serial Numbers
Last updated
Last updated
AIDL Interface: The system offers an AIDL interface to write customer SNs.
Service Connection:
Package Name: 'com.wizarpos.system.settings'
Class Name: 'com.wizarpos.system.settings.service.CustomSnApiService'
Add Permission: Include 'android.permission.CLOUDPOS_UPDATE_CUSTOM_SERIAL_NUMBER' in your application to utilize this feature.
API Function: 'writerSn' is used for writing the customer serial number.
Write customer SN.
Parameters | |
---|---|
Returns | |
---|---|
Please download the AIDL file.
sn
the customer SN.
int
an int representation of the result. >=0 if success; <0 if failure.