How to Write Customer Serial Numbers (SN): Difference between revisions
m (Simon moved page How to write customer SN to How to Write Customer Serial Numbers (SN): Normalize the title) |
No edit summary |
||
Line 15: | Line 15: | ||
|- | |- | ||
| String || customer SN | | String || customer SN | ||
|- | |- | ||
! scope="row" colspan="2" | Returns | ! scope="row" colspan="2" | Returns | ||
|- | |- | ||
| int|| Result | | int|| Result | ||
|} | |} | ||
== File Download == | == File Download == | ||
Please download the [http://ftp.wizarpos.com/advanceSDK/ICustomSnApi.aidl AIDL file]. | Please download the [http://ftp.wizarpos.com/advanceSDK/ICustomSnApi.aidl AIDL file]. |
Revision as of 19:38, 5 January 2024
System Interface for Customer SN
- 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'
Required Permission
- Add Permission: Include 'android.permission.CLOUDPOS_UPDATE_CUSTOM_SERIAL_NUMBER' in your application to utilize this feature.
API Usage
- API Function: 'writerSn' is used for writing the customer serial number.
int writerSn(String sn);
- Write customer SN:
Parameters | |
---|---|
String | customer SN |
Returns | |
int | Result |
File Download
Please download the AIDL file.