How to Write Customer Serial Numbers (SN)

From wizarPOS
Revision as of 02:55, 5 September 2022 by Mahong (talk | contribs) (Created page with "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.wiz...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.