@urovotest/urovosdk-docs-mcp 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +176 -0
  2. package/docs/00-overview.md +37 -0
  3. package/docs/01-integration/android-permissions.md +22 -0
  4. package/docs/01-integration/quickstart-zh.md +54 -0
  5. package/docs/02-reference/emv/emv-api.md +3308 -0
  6. package/docs/02-reference/emv/emv-appendix.md +112 -0
  7. package/docs/02-reference/emv/emv-callback.md +1155 -0
  8. package/docs/02-reference/emv/emv-enum.md +324 -0
  9. package/docs/02-reference/error-codes.md +59 -0
  10. package/docs/02-reference/general/beeper.md +160 -0
  11. package/docs/02-reference/general/devicemanager.md +460 -0
  12. package/docs/02-reference/general/insertcardreader.md +307 -0
  13. package/docs/02-reference/general/install-manager.md +202 -0
  14. package/docs/02-reference/general/led-light.md +144 -0
  15. package/docs/02-reference/general/magcardreader.md +191 -0
  16. package/docs/02-reference/general/pinpad.md +3309 -0
  17. package/docs/02-reference/general/printer.md +1410 -0
  18. package/docs/02-reference/general/psam2.md +55 -0
  19. package/docs/02-reference/general/rfcardreader.md +1090 -0
  20. package/docs/02-reference/general/scanner-custom.md +196 -0
  21. package/docs/02-reference/general/scanner.md +214 -0
  22. package/docs/02-reference/general/sdk-log-output-management.md +124 -0
  23. package/docs/02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md +406 -0
  24. package/docs/02-reference/general/serial-port.md +326 -0
  25. package/docs/02-reference/general/sle4428-4436-4442.md +1890 -0
  26. package/docs/02-reference/general/system-manager.md +212 -0
  27. package/docs/02-reference/module-index.md +30 -0
  28. package/docs/02-reference/source-emv_sdk.md +3927 -0
  29. package/docs/02-reference/source-general_sdk.md +8978 -0
  30. package/docs/02-reference/undocumented/kiosk-lock-task.md +92 -0
  31. package/docs/03-demo/activity-map.md +27 -0
  32. package/docs/api-registry.json +4733 -0
  33. package/docs/search-index.json +2688 -0
  34. package/docs/source/emv_sdk.md +3927 -0
  35. package/docs/source/general_sdk.md +8978 -0
  36. package/docs/source/kiosk_lock_task.md +86 -0
  37. package/package.json +36 -0
  38. package/src/launch.js +22 -0
  39. package/src/lib/check-update.js +92 -0
  40. package/src/lib/create-mcp-server.js +90 -0
  41. package/src/lib/docs-tools.js +206 -0
  42. package/src/server.js +10 -0
@@ -0,0 +1,2688 @@
1
+ {
2
+ "product": "UrovoSDK",
3
+ "version": "1.0.24.10",
4
+ "generatedAt": "2026-06-05T01:48:39.687Z",
5
+ "entries": [
6
+ {
7
+ "path": "00-overview.md",
8
+ "title": "UrovoSDK 总览",
9
+ "tags": [
10
+ "overview"
11
+ ],
12
+ "snippet": "# UrovoSDK 知识库总览\n\nPOS 终端 SDK 知识库:**不依赖 UrovoSDK/Code 工程**,权威源为 `docs/source/*.md` + 结构化模块文档。\n\n## 统计\n\n- General API:**157** 条(17 模块)\n- EMV API:**79** 条(4 模块)\n- api-registry 条目:**238**\n\n## 文档结构\n\n| 路径 | 说明 |\n|------|------|\n| [docs/source/](../source/) | 原始规范 Markdown(唯一维护入口) |\n| [module-index.md](02-r"
13
+ },
14
+ {
15
+ "path": "01-integration/android-permissions.md",
16
+ "title": "Android 权限",
17
+ "tags": [
18
+ "permissions"
19
+ ],
20
+ "snippet": "# Android 权限参考\n\nUrovoSDK Demo 曾使用的权限清单(接入时按实际模块裁剪):\n\n| 权限 | 典型用途 |\n|------|----------|\n| `CAMERA` | 扫码 |\n| `NFC` / `CLOUDPOS_CONTACTLESS_CARD` | 非接读卡 |\n| `INTERNET` / `ACCESS_NETWORK_STATE` | 网络 |\n| `READ/WRITE_EXTERNAL_STORAGE` / `MANAGE_EXTERNAL_STORAGE` | 日志、固件 |\n| `READ_PHONE_STATE` 等 | 设备信息 |\n|"
21
+ },
22
+ {
23
+ "path": "01-integration/quickstart-zh.md",
24
+ "title": "快速接入",
25
+ "tags": [
26
+ "quickstart"
27
+ ],
28
+ "snippet": "# UrovoSDK 快速接入\n\n## 产物\n\n- **AAR:** `urovoSdkLibs_New_v1.0.24.10_{debug|release}.aar`\n- **版本:** 1.0.24.10(versionCode 24)\n- **NDK ABI:** armeabi-v7a、arm64-v8a\n- **minSdk:** 21 · **compileSdk:** 33\n\n## 依赖 JAR(放入 app libs/)\n\n| 文件 | 用途 |\n|------|------|\n| `pminstall.jar` | 静默安装 |\n| `DecoderLibrary-relea"
29
+ },
30
+ {
31
+ "path": "02-reference/emv/emv-api.md",
32
+ "title": "EMV API API",
33
+ "tags": [
34
+ "emv",
35
+ "emv-api",
36
+ "emv api"
37
+ ],
38
+ "snippet": "# EMV API\n\n共 **45** 个 API/条目,来源 `emv_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [startKernel](#startkernel) | `com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener` | EmvActivityNew |\n| [abortKernel](#abortkernel) | `com.urovo.i"
39
+ },
40
+ {
41
+ "path": "02-reference/emv/emv-appendix.md",
42
+ "title": "EMV Appendix API",
43
+ "tags": [
44
+ "emv",
45
+ "emv-appendix",
46
+ "emv appendix"
47
+ ],
48
+ "snippet": "# EMV Appendix\n\n共 **4** 个 API/条目,来源 `emv_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [CVM processing FAQ](#cvm-processing-faq) | `-` | - |\n| [EMV kernel using FAQ](#emv-kernel-using-faq) | `-` | - |\n| [# For NFC (Contactless) issues](#for-nfc-contactless-iss"
49
+ },
50
+ {
51
+ "path": "02-reference/emv/emv-callback.md",
52
+ "title": "EMV Callback API",
53
+ "tags": [
54
+ "emv",
55
+ "emv-callback",
56
+ "emv callback"
57
+ ],
58
+ "snippet": "# EMV Callback\n\n共 **19** 个 API/条目,来源 `emv_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [onRequestSetAmount](#onrequestsetamount) | `com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener` | EmvActivityNew |\n| [onRequestConfirmCardno"
59
+ },
60
+ {
61
+ "path": "02-reference/emv/emv-enum.md",
62
+ "title": "EMV Enum API",
63
+ "tags": [
64
+ "emv",
65
+ "emv-enum",
66
+ "emv enum"
67
+ ],
68
+ "snippet": "# EMV Enum\n\n共 **11** 个 API/条目,来源 `emv_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [EmvOption](#emvoption) | `-` | - |\n| [CheckCardMode](#checkcardmode) | `-` | - |\n| [CheckCardResult](#checkcardresult) | `-` | - |\n| [TransactionResult](#transactionresult) |"
69
+ },
70
+ {
71
+ "path": "02-reference/error-codes.md",
72
+ "title": "错误码",
73
+ "tags": [
74
+ "error-codes",
75
+ "pinpad",
76
+ "printer"
77
+ ],
78
+ "snippet": "# UrovoSDK 错误码参考\n\n## Pinpad(getLastErrorCode / getLastErrorMsg)\n\n| 码 | 说明 |\n|----|------|\n| 0x00 | Success |\n| 0x01 | Unsupported command |\n| 0x02 | Command length error |\n| 0x03 | Command separator error |\n| 0x04 | Command separator length error |\n| 0x05 | command head (CB) error |\n| 0x06 | Data cr"
79
+ },
80
+ {
81
+ "path": "02-reference/general/beeper.md",
82
+ "title": "Beeper API",
83
+ "tags": [
84
+ "general",
85
+ "beeper",
86
+ "beeper"
87
+ ],
88
+ "snippet": "# Beeper\n\n共 **2** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [startBeep](#startbeep) | `com.urovo.sdk.beeper.BeeperImpl` | BeeperActivity |\n| [stopBeep](#stopbeep) | `com.urovo.sdk.beeper.BeeperImpl` | BeeperActivity |\n\n## startBeep\n\nSt"
89
+ },
90
+ {
91
+ "path": "02-reference/general/devicemanager.md",
92
+ "title": "DeviceManager API",
93
+ "tags": [
94
+ "general",
95
+ "devicemanager",
96
+ "devicemanager"
97
+ ],
98
+ "snippet": "# DeviceManager\n\n共 **21** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [NTP Setting](#ntp-setting) | `-` | - |\n| [Time Zone Setting1](#time-zone-setting1) | `-` | - |\n| [System Time Setting](#system-time-setting) | `-` | - |\n| [Set APN](#"
99
+ },
100
+ {
101
+ "path": "02-reference/general/insertcardreader.md",
102
+ "title": "InsertCardReader API",
103
+ "tags": [
104
+ "general",
105
+ "insertcardreader",
106
+ "insertcardreader"
107
+ ],
108
+ "snippet": "# InsertCardReader\n\n共 **5** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [powerUp](#powerup) | `com.urovo.sdk.insertcard.InsertCardHandlerImpl` | ICReaderActivity |\n| [powerDown](#powerdown) | `com.urovo.sdk.insertcard.InsertCardHandlerIm"
109
+ },
110
+ {
111
+ "path": "02-reference/general/install-manager.md",
112
+ "title": "Install Manager API",
113
+ "tags": [
114
+ "general",
115
+ "install-manager",
116
+ "install manager"
117
+ ],
118
+ "snippet": "# Install Manager\n\n共 **2** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [install](#install) | `com.urovo.sdk.install.InstallManagerImpl` | - |\n| [uninstall](#uninstall) | `com.urovo.sdk.install.InstallManagerImpl` | - |\n\n## install\n\nOverr"
119
+ },
120
+ {
121
+ "path": "02-reference/general/led-light.md",
122
+ "title": "LED Light API",
123
+ "tags": [
124
+ "general",
125
+ "led-light",
126
+ "led light"
127
+ ],
128
+ "snippet": "# LED Light\n\n共 **2** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [turnOn](#turnon) | `com.urovo.sdk.led.LEDDriverImpl` | LedActivity |\n| [turnOff](#turnoff) | `com.urovo.sdk.led.LEDDriverImpl` | LedActivity |\n\n## turnOn\n\nTurn on LED ligh"
129
+ },
130
+ {
131
+ "path": "02-reference/general/magcardreader.md",
132
+ "title": "MagCardReader API",
133
+ "tags": [
134
+ "general",
135
+ "magcardreader",
136
+ "magcardreader"
137
+ ],
138
+ "snippet": "# MagCardReader\n\n共 **2** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [SearchCard](#searchcard) | `com.urovo.sdk.magcard.MagCardReaderImpl` | MagCardReaderActivity |\n| [stopSearch](#stopsearch) | `com.urovo.sdk.magcard.MagCardReaderImpl`"
139
+ },
140
+ {
141
+ "path": "02-reference/general/pinpad.md",
142
+ "title": "Pinpad API",
143
+ "tags": [
144
+ "general",
145
+ "pinpad",
146
+ "pinpad"
147
+ ],
148
+ "snippet": "# Pinpad\n\n共 **37** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [isKeyExist](#iskeyexist) | `com.urovo.sdk.pinpad.PinPadProviderImpl` | PinpadActivity, PinpadUtil |\n| [loadTEK](#loadtek) | `com.urovo.sdk.pinpad.PinPadProviderImpl` | Pinpa"
149
+ },
150
+ {
151
+ "path": "02-reference/general/printer.md",
152
+ "title": "Printer API",
153
+ "tags": [
154
+ "general",
155
+ "printer",
156
+ "printer"
157
+ ],
158
+ "snippet": "# Printer\n\n共 **20** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [getStatus](#getstatus) | `com.urovo.sdk.print.PrinterProviderImpl` | PrintActivity |\n| [setGrayLevel](#setgraylevel) | `com.urovo.sdk.print.PrinterProviderImpl` | PrintActi"
159
+ },
160
+ {
161
+ "path": "02-reference/general/psam2.md",
162
+ "title": "- psam2. API",
163
+ "tags": [
164
+ "general",
165
+ "psam2",
166
+ "- psam2."
167
+ ],
168
+ "snippet": "# - psam2.\n\n共 **1** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [setPsamParameter](#setpsamparameter) | `-` | - |\n\n## setPsamParameter\n\nSet the parameters of the PSAM card.\n\n```java\nint setPsamParameter(int slot, int vol, int dataRate, i"
169
+ },
170
+ {
171
+ "path": "02-reference/general/rfcardreader.md",
172
+ "title": "RFCardReader API",
173
+ "tags": [
174
+ "general",
175
+ "rfcardreader",
176
+ "rfcardreader"
177
+ ],
178
+ "snippet": "# RFCardReader\n\n共 **17** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [searchCard](#searchcard) | `com.urovo.sdk.rfcard.RFCardHandlerImpl` | RFReaderActivity |\n| [stopSearch](#stopsearch) | `com.urovo.sdk.rfcard.RFCardHandlerImpl` | RFRea"
179
+ },
180
+ {
181
+ "path": "02-reference/general/scanner-custom.md",
182
+ "title": "Scanner Custom API",
183
+ "tags": [
184
+ "general",
185
+ "scanner-custom",
186
+ "scanner custom"
187
+ ],
188
+ "snippet": "# Scanner Custom\n\n共 **2** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [startScan](#startscan) | `com.urovo.sdk.scanner.InnerScannerCustomImpl` | - |\n| [stopScan](#stopscan) | `com.urovo.sdk.scanner.InnerScannerCustomImpl` | - |\n\n## start"
189
+ },
190
+ {
191
+ "path": "02-reference/general/scanner.md",
192
+ "title": "Scanner API",
193
+ "tags": [
194
+ "general",
195
+ "scanner",
196
+ "scanner"
197
+ ],
198
+ "snippet": "# Scanner\n\n共 **2** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [startScan](#startscan) | `com.urovo.sdk.scanner.InnerScannerImpl` | ScanActivity |\n| [stopScan](#stopscan) | `com.urovo.sdk.scanner.InnerScannerImpl` | ScanActivity |\n\n## st"
199
+ },
200
+ {
201
+ "path": "02-reference/general/sdk-log-output-management.md",
202
+ "title": "SDK log output management. API",
203
+ "tags": [
204
+ "general",
205
+ "sdk-log-output-management",
206
+ "sdk log output management."
207
+ ],
208
+ "snippet": "# SDK log output management.\n\n共 **6** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [Enable/Disable logcat.](#enable-disable-logcat) | `-` | - |\n| [Enable/Disable log file storage.](#enable-disable-log-file-storage) | `-` | - |\n| [Enable/D"
209
+ },
210
+ {
211
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
212
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) API",
213
+ "tags": [
214
+ "general",
215
+ "serial-port-deprecated-suggest-using-module-14-serialtool",
216
+ "serial port(deprecated",
217
+ "suggest using module 14.serialtool)"
218
+ ],
219
+ "snippet": "# Serial Port(Deprecated, suggest using module 14.SerialTool)\n\n共 **6** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [Open](#open) | `com.urovo.smartpos.device.core.SerialPortDriverImpl` | - |\n| [close](#close) | `com.urovo.smartpos.device"
220
+ },
221
+ {
222
+ "path": "02-reference/general/serial-port.md",
223
+ "title": "Serial Port API",
224
+ "tags": [
225
+ "general",
226
+ "serial-port",
227
+ "serial port"
228
+ ],
229
+ "snippet": "# Serial Port\n\n共 **4** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [setOnListener](#setonlistener) | `com.urovo.serial.utils.SerialPortTool` | - |\n| [openSerialPort](#openserialport) | `com.urovo.serial.utils.SerialPortTool` | - |\n| [clo"
230
+ },
231
+ {
232
+ "path": "02-reference/general/sle4428-4436-4442.md",
233
+ "title": "SLE4428/4436/4442 API",
234
+ "tags": [
235
+ "general",
236
+ "sle4428-4436-4442",
237
+ "sle4428/4436/4442"
238
+ ],
239
+ "snippet": "# SLE4428/4436/4442\n\n共 **24** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [open](#open) | `andoird.device.IccManager` | - |\n| [close](#close) | `andoird.device.IccManager` | - |\n| [detect](#detect) | `andoird.device.IccManager` | - |\n| ["
240
+ },
241
+ {
242
+ "path": "02-reference/general/system-manager.md",
243
+ "title": "System Manager API",
244
+ "tags": [
245
+ "general",
246
+ "system-manager",
247
+ "system manager"
248
+ ],
249
+ "snippet": "# System Manager\n\n共 **4** 个 API/条目,来源 `general_sdk.md`。\n\n## API 索引\n\n| 方法 | 类路径 | Demo Activity |\n|------|--------|---------------|\n| [setDefaultDataSubId](#setdefaultdatasubid) | `com.urovo.sdk.system.SystemProviderImpl` | - |\n| [setForceLockScreen](#setforcelockscreen) | `com.urovo.sdk.system.Syste"
250
+ },
251
+ {
252
+ "path": "02-reference/module-index.md",
253
+ "title": "模块索引",
254
+ "tags": [
255
+ "index"
256
+ ],
257
+ "snippet": "# UrovoSDK 模块索引\n\n| 域 | 模块 | API 数 | 文档 |\n|----|------|--------|------|\n| general | - psam2. | 1 | [psam2.md](general/psam2.md) |\n| general | Beeper | 2 | [beeper.md](general/beeper.md) |\n| general | DeviceManager | 21 | [devicemanager.md](general/devicemanager.md) |\n| emv | EMV API | 45 | [emv-api.m"
258
+ },
259
+ {
260
+ "path": "02-reference/source-emv_sdk.md",
261
+ "title": "Urovo EMV Kernel SDK API Knowledge Base",
262
+ "tags": [],
263
+ "snippet": "# Urovo EMV Kernel SDK API Knowledge Base\n\nSource document: `User guide of EMV kernel library API_V2.4.104.pdf` \nDemo project: `UrovoPosSdkDemo` \nGenerated: 2026-05-13 \nChunking rule: split on `^### `; each `###` section is intended to describe one EMV API, callback, enum, or FAQ entry.\n\n### EMV"
264
+ },
265
+ {
266
+ "path": "02-reference/source-general_sdk.md",
267
+ "title": "Urovo POS General SDK API Knowledge Base",
268
+ "tags": [],
269
+ "snippet": "# Urovo POS General SDK API Knowledge Base\n\nSource document: `POS API specification 260305.doc` \nDemo project: `UrovoPosSdkDemo` \nGenerated: 2026-05-13 \nChunking rule: split on `^### `; each `###` section is intended to describe one API or closely related SDK operation.\n\n### Beeper / startBeep\n\n-"
270
+ },
271
+ {
272
+ "path": "02-reference/undocumented/kiosk-lock-task.md",
273
+ "title": "Kiosk Lock Task Mode",
274
+ "tags": [
275
+ "undocumented",
276
+ "kiosk",
277
+ "device-manager"
278
+ ],
279
+ "snippet": "# Kiosk / Lock Task Mode\n\n**DISCOVERED**: These APIs exist in `DeviceManager` and are used in the demo (`SystemActivity.java`), but are NOT documented in the official SDK reference docs. 已从 Demo 源码整理入知识库,不依赖工程目录。\n\n## DeviceManager / setLockTaskMode\n\n- **Package/class**: `com.urovo.device.DeviceManag"
280
+ },
281
+ {
282
+ "path": "03-demo/activity-map.md",
283
+ "title": "Demo Activity 映射",
284
+ "tags": [
285
+ "demo"
286
+ ],
287
+ "snippet": "# Demo Activity 对照\n\n原 UrovoPosSdkDemo 工程中的 Activity 与模块对应关系(**知识库不依赖 Demo 源码**,各 API 文档内已含 Simplified example)。\n\n| Demo Activity | 模块 | 备注 |\n|---------------|------|------|\n| EmvActivity | EMV | - |\n| EmvActivityNew | EMV | 文档中部分 API 引用此 Demo 类名 |\n| PinpadActivity | Pinpad | - |\n| PinpadCustomizatio"
288
+ },
289
+ {
290
+ "path": "source/emv_sdk.md",
291
+ "title": "Urovo EMV Kernel SDK API Knowledge Base",
292
+ "tags": [],
293
+ "snippet": "# Urovo EMV Kernel SDK API Knowledge Base\n\nSource document: `User guide of EMV kernel library API_V2.4.104.pdf` \nDemo project: `UrovoPosSdkDemo` \nGenerated: 2026-05-13 \nChunking rule: split on `^### `; each `###` section is intended to describe one EMV API, callback, enum, or FAQ entry.\n\n### EMV"
294
+ },
295
+ {
296
+ "path": "source/general_sdk.md",
297
+ "title": "Urovo POS General SDK API Knowledge Base",
298
+ "tags": [],
299
+ "snippet": "# Urovo POS General SDK API Knowledge Base\n\nSource document: `POS API specification 260305.doc` \nDemo project: `UrovoPosSdkDemo` \nGenerated: 2026-05-13 \nChunking rule: split on `^### `; each `###` section is intended to describe one API or closely related SDK operation.\n\n### Beeper / startBeep\n\n-"
300
+ },
301
+ {
302
+ "path": "source/kiosk_lock_task.md",
303
+ "title": "Kiosk / Lock Task Mode",
304
+ "tags": [],
305
+ "snippet": "# Kiosk / Lock Task Mode\n\n**DISCOVERED**: These APIs exist in `DeviceManager` and are used in the demo (`SystemActivity.java`), but are NOT documented in the official SDK reference docs. Found by searching demo source code.\n\n## DeviceManager / setLockTaskMode\n\n- **Package/class**: `com.urovo.device."
306
+ },
307
+ {
308
+ "path": "02-reference/general/beeper.md",
309
+ "title": "Beeper / startBeep",
310
+ "tags": [
311
+ "api",
312
+ "general",
313
+ "Beeper"
314
+ ],
315
+ "snippet": "com.urovo.sdk.beeper.BeeperImpl | Start Beeping | void startBeep(int cnts, int msec)"
316
+ },
317
+ {
318
+ "path": "02-reference/general/beeper.md",
319
+ "title": "Beeper / stopBeep",
320
+ "tags": [
321
+ "api",
322
+ "general",
323
+ "Beeper"
324
+ ],
325
+ "snippet": "com.urovo.sdk.beeper.BeeperImpl | Stop Beeping | void stopBeep()"
326
+ },
327
+ {
328
+ "path": "02-reference/general/led-light.md",
329
+ "title": "LED Light / turnOn",
330
+ "tags": [
331
+ "api",
332
+ "general",
333
+ "LED Light"
334
+ ],
335
+ "snippet": "com.urovo.sdk.led.LEDDriverImpl | Turn on LED light | void turnOn(int led)"
336
+ },
337
+ {
338
+ "path": "02-reference/general/led-light.md",
339
+ "title": "LED Light / turnOff",
340
+ "tags": [
341
+ "api",
342
+ "general",
343
+ "LED Light"
344
+ ],
345
+ "snippet": "com.urovo.sdk.led.LEDDriverImpl | Turn off LED light | void turnOff(int led)"
346
+ },
347
+ {
348
+ "path": "02-reference/general/pinpad.md",
349
+ "title": "Pinpad / isKeyExist",
350
+ "tags": [
351
+ "api",
352
+ "general",
353
+ "Pinpad"
354
+ ],
355
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Determine is key exist | boolean isKeyExist(int keyType, int keyId)"
356
+ },
357
+ {
358
+ "path": "02-reference/general/pinpad.md",
359
+ "title": "Pinpad / loadTEK",
360
+ "tags": [
361
+ "api",
362
+ "general",
363
+ "Pinpad"
364
+ ],
365
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load TEK, and TEK is the key for encrypting main key. | boolean loadTEK(int keyId, byte[] key, byte[] checkValue)"
366
+ },
367
+ {
368
+ "path": "02-reference/general/pinpad.md",
369
+ "title": "Pinpad / loadEncryptMainKey",
370
+ "tags": [
371
+ "api",
372
+ "general",
373
+ "Pinpad"
374
+ ],
375
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load Encrypt main key, encrypted by TEK.\n\ntekkId - the index of TEK. | boolean loadEncryptMainKey(int tekId, int keyId, byte[] key, byte[] check Value)"
376
+ },
377
+ {
378
+ "path": "02-reference/general/pinpad.md",
379
+ "title": "Pinpad / loadMainKey",
380
+ "tags": [
381
+ "api",
382
+ "general",
383
+ "Pinpad"
384
+ ],
385
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load main key | boolean loadMainKey(int keyId, byte[] key, byte[] checkValue)"
386
+ },
387
+ {
388
+ "path": "02-reference/general/pinpad.md",
389
+ "title": "Pinpad / loadWorkKey",
390
+ "tags": [
391
+ "api",
392
+ "general",
393
+ "Pinpad"
394
+ ],
395
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load work key, including PIN key, MAC key, and track encryption key | boolean loadWorkKey(int keyType, int mkId, int wkId,\nbyte[] key, byte[] checkValue)"
396
+ },
397
+ {
398
+ "path": "02-reference/general/pinpad.md",
399
+ "title": "Pinpad / calcMAC",
400
+ "tags": [
401
+ "api",
402
+ "general",
403
+ "Pinpad"
404
+ ],
405
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculating MAC | byte[] calcMAC(int keyId, byte[] data, int mode)"
406
+ },
407
+ {
408
+ "path": "02-reference/general/pinpad.md",
409
+ "title": "Pinpad / calculateDes",
410
+ "tags": [
411
+ "api",
412
+ "general",
413
+ "Pinpad"
414
+ ],
415
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Encrypt Track Data | int calculateDes(int desMode, int algorithm, int keyType,int keyId, byte[] data, byte[] dataOut)"
416
+ },
417
+ {
418
+ "path": "02-reference/general/pinpad.md",
419
+ "title": "Pinpad / downloadKeyDukpt",
420
+ "tags": [
421
+ "api",
422
+ "general",
423
+ "Pinpad"
424
+ ],
425
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | downloadKeyDukpt | int downloadKeyDukpt(int keyIndex, in byte[] Bdk, int BdkLen, in byte[] Ksn, int KsnLen, in byte[] bsIpek, int bsIpeklength)"
426
+ },
427
+ {
428
+ "path": "02-reference/general/pinpad.md",
429
+ "title": "Pinpad / calculateMACOfDUKPTExtend",
430
+ "tags": [
431
+ "api",
432
+ "general",
433
+ "Pinpad"
434
+ ],
435
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculate the MAC under DUKPT(X9.19 Retail MAC) | int calculateMACOfDUKPTExtend(int keySetNum, in byte[] rawData, in int rawDataLen, in byte[] outData, in int[] outDataLen, in byte[] outKsn, in int[] KsnLen)"
436
+ },
437
+ {
438
+ "path": "02-reference/general/pinpad.md",
439
+ "title": "Pinpad / encryptWithPEK(Deprecated)",
440
+ "tags": [
441
+ "api",
442
+ "general",
443
+ "Pinpad"
444
+ ],
445
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Basic DUKPT Key encryption function | int encryptWithPEK(int keyUsage, int keySetNum, in byte[] rawData, in int rawDataLen, in byte[] outData, in int[] outDataLen, in byte[] outKsn, in int[] KsnLen)"
446
+ },
447
+ {
448
+ "path": "02-reference/general/pinpad.md",
449
+ "title": "Pinpad / getDukptPinBlock",
450
+ "tags": [
451
+ "api",
452
+ "general",
453
+ "Pinpad"
454
+ ],
455
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculate PinBlock under DUKPT | void GetDukptPinBlock(Bundle bundle, PinInputListener listener)"
456
+ },
457
+ {
458
+ "path": "02-reference/general/pinpad.md",
459
+ "title": "Pinpad / getPinBlockEx",
460
+ "tags": [
461
+ "api",
462
+ "general",
463
+ "Pinpad"
464
+ ],
465
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculate PinBlock under MK/SK | void getPinBlockEx(Bundle bundle, PinInputListener listener)"
466
+ },
467
+ {
468
+ "path": "02-reference/general/pinpad.md",
469
+ "title": "Pinpad / getRSAPublicKeyModel",
470
+ "tags": [
471
+ "api",
472
+ "general",
473
+ "Pinpad"
474
+ ],
475
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Obtain RSA Public key Exponent and Modulus | boolean getRSAPublicKeyModel(byte[] publickey, int[] publickeyLen,\nint[] exponent)"
476
+ },
477
+ {
478
+ "path": "02-reference/general/pinpad.md",
479
+ "title": "Pinpad / loadDukptBlob",
480
+ "tags": [
481
+ "api",
482
+ "general",
483
+ "Pinpad"
484
+ ],
485
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Decrypt Dukpt and Load The Key Into The Terminal.\nSource key data format:\ntype(1 bytes)+keyId(3 bytes)+ipek(16 bytes)+ksn(10 bytes). | int loadDukptBlob(int keySlot, byte[] blob, int blobLen)"
486
+ },
487
+ {
488
+ "path": "02-reference/general/pinpad.md",
489
+ "title": "Pinpad / DukptGetKsn",
490
+ "tags": [
491
+ "api",
492
+ "general",
493
+ "Pinpad"
494
+ ],
495
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | getKsn | int DukptGetKsn(int keySetNum, byte[] outKsn);"
496
+ },
497
+ {
498
+ "path": "02-reference/general/pinpad.md",
499
+ "title": "Pinpad / DiversifiedKey",
500
+ "tags": [
501
+ "api",
502
+ "general",
503
+ "Pinpad"
504
+ ],
505
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Generate new pin key before starting pin input.(3DES ECB) | int diversifiedKey(int masterkeyIndex, int sourceKeyIndex, int destKeyIndex, String diversifyingData);"
506
+ },
507
+ {
508
+ "path": "02-reference/general/pinpad.md",
509
+ "title": "Pinpad / genKeyHashValue",
510
+ "tags": [
511
+ "api",
512
+ "general",
513
+ "Pinpad"
514
+ ],
515
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Do SHA-256 hashing with key. | int genKeyHashValue(int KeyUsage, int KeyNo, byte[] DataIn, int DataInLen,\nbyte[] ResponseData, byte[] ResLen)"
516
+ },
517
+ {
518
+ "path": "02-reference/general/pinpad.md",
519
+ "title": "Pinpad / EndPinInputEvent",
520
+ "tags": [
521
+ "api",
522
+ "general",
523
+ "Pinpad"
524
+ ],
525
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Close the PIN pad | void EndPinInputEvent(int Event)"
526
+ },
527
+ {
528
+ "path": "02-reference/general/pinpad.md",
529
+ "title": "Pinpad / DukptEncrytDataIV",
530
+ "tags": [
531
+ "api",
532
+ "general",
533
+ "Pinpad"
534
+ ],
535
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | DUKPT encryption and decryption. | int DukptEncryptDataIV(int keyUsage, int keyIndex, int encMode, in byte[] iv,\nint ivLen, byte[] dataIn, int inLen, byte[] dataOut, int[] outLen, byte[] outKsn,\nint[] KsnLen)"
536
+ },
537
+ {
538
+ "path": "02-reference/general/pinpad.md",
539
+ "title": "Pinpad / deleteKey(MK/SK)",
540
+ "tags": [
541
+ "api",
542
+ "general",
543
+ "Pinpad"
544
+ ],
545
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Delete the key (only for MK/SK). | Int deleteKey(int keyType, int keyId)"
546
+ },
547
+ {
548
+ "path": "02-reference/general/pinpad.md",
549
+ "title": "Pinpad / setKeyAlgorithm",
550
+ "tags": [
551
+ "api",
552
+ "general",
553
+ "Pinpad"
554
+ ],
555
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Set Key Algorithm. | void setKeyAlgorithm(int algorithm)"
556
+ },
557
+ {
558
+ "path": "02-reference/general/pinpad.md",
559
+ "title": "Pinpad / DukptAesInitial",
560
+ "tags": [
561
+ "api",
562
+ "general",
563
+ "Pinpad"
564
+ ],
565
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Inject the AES BDK or Initial KEY (AES-128,AES-192,AES-256) | int DukptAesInitial(int keyIndex, byte[] Bdk, int BdkLen, byte[] Ipek, int IpekLen,\nint DeriveKeyType, byte[] Ksn, int ksnLen)"
566
+ },
567
+ {
568
+ "path": "02-reference/general/pinpad.md",
569
+ "title": "Pinpad / DukptAesGetKsn",
570
+ "tags": [
571
+ "api",
572
+ "general",
573
+ "Pinpad"
574
+ ],
575
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Get the current KSN for AES DUKPT | int DukptAesGetKsn(int keyIndex, byte[] outKsn)"
576
+ },
577
+ {
578
+ "path": "02-reference/general/pinpad.md",
579
+ "title": "Pinpad / DukptAesUpdateKsn",
580
+ "tags": [
581
+ "api",
582
+ "general",
583
+ "Pinpad"
584
+ ],
585
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Generate the New KSN for AES DUKPT (KSN counter will add 1) | int DukptAesUpdateKsn(int keyIndex, byte[] outKsn)"
586
+ },
587
+ {
588
+ "path": "02-reference/general/pinpad.md",
589
+ "title": "Pinpad / DukptAesEncryptDataIV",
590
+ "tags": [
591
+ "api",
592
+ "general",
593
+ "Pinpad"
594
+ ],
595
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Use Dukpt-Aes to encrypt data or calc MAC. | int DukptAesEncryptDataIV(int keyType, int keyIndex, int encMode,\nint workkeytype, byte[] iv, int ivLen, byte[] dataIn, int inLen, byte[] dataOut,\nint[] outLen, byte[] outKsn, int[] KsnLen)"
596
+ },
597
+ {
598
+ "path": "02-reference/general/pinpad.md",
599
+ "title": "Pinpad / GetDukptAesPinBlock",
600
+ "tags": [
601
+ "api",
602
+ "general",
603
+ "Pinpad"
604
+ ],
605
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculate PinBlock under DUKPT AES , like as GetDukptPinBlock. | void GetDukptAesPinBlock(Bundle bundle, final PinInputListener pinInputListener)"
606
+ },
607
+ {
608
+ "path": "02-reference/general/pinpad.md",
609
+ "title": "Pinpad / getOfflinePinBlcok",
610
+ "tags": [
611
+ "api",
612
+ "general",
613
+ "Pinpad"
614
+ ],
615
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Offline pin verification in emv process. | void getOfflinePinBlock(Bundle bundle, final OfflinePinInputListener listener)"
616
+ },
617
+ {
618
+ "path": "02-reference/general/pinpad.md",
619
+ "title": "Pinpad / downloadKeyTR31",
620
+ "tags": [
621
+ "api",
622
+ "general",
623
+ "Pinpad"
624
+ ],
625
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load mksk key in tr31 format | boolean downloadKeyTR31(int mKeyType, int wKeyType, Bundle bundle)"
626
+ },
627
+ {
628
+ "path": "02-reference/general/pinpad.md",
629
+ "title": "Pinpad / DukptInitialTr31",
630
+ "tags": [
631
+ "api",
632
+ "general",
633
+ "Pinpad"
634
+ ],
635
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load tdes dukpt key in tr31 format | int DukptInitialTr31(int KbpkUsage, int KbpkKeyNo, int keySetNum, int isBdk, byte[] KeyInfo, int KeyLen, byte[] Ksn, int KsnLen, int Kcv_Alg, byte[] Kcv_IV, int Kcv_IVLen, byte[] out_kcv, int[] outLen)"
636
+ },
637
+ {
638
+ "path": "02-reference/general/pinpad.md",
639
+ "title": "Pinpad / DukptAesInitialTr31",
640
+ "tags": [
641
+ "api",
642
+ "general",
643
+ "Pinpad"
644
+ ],
645
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Load tdes dukpt key in tr31 format | int DukptAesInitialTr31(int KbpkUsage, int KbpkKeyNo, int keySetNum, int isBdk, int driveKeyType, byte[] KeyInfo, int KeyLen, byte[] Ksn, int KsnLen, int Kcv_Alg, byte[] Kcv_IV, int Kcv_IVLen, byte[] out_kcv, int[] outLen)"
646
+ },
647
+ {
648
+ "path": "02-reference/general/pinpad.md",
649
+ "title": "Pinpad / generateRSAKey",
650
+ "tags": [
651
+ "api",
652
+ "general",
653
+ "Pinpad"
654
+ ],
655
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Generates RSA key pair. | int generateRSAKey(int rsaIndex, int keySize, String exponent)"
656
+ },
657
+ {
658
+ "path": "02-reference/general/pinpad.md",
659
+ "title": "Pinpad / readRSAPublicKey",
660
+ "tags": [
661
+ "api",
662
+ "general",
663
+ "Pinpad"
664
+ ],
665
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Read RSA public key from device. | RSAPublicKey readRSAPublicKey(int rsaIndex)"
666
+ },
667
+ {
668
+ "path": "02-reference/general/pinpad.md",
669
+ "title": "Pinpad / calculateWithRSAPrivateKey",
670
+ "tags": [
671
+ "api",
672
+ "general",
673
+ "Pinpad"
674
+ ],
675
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculation with RSA private key. | byte[] calculateWithRSAPrivateKey(int rsaIndex, byte[] data)"
676
+ },
677
+ {
678
+ "path": "02-reference/general/pinpad.md",
679
+ "title": "Pinpad / calculateWithRSAPublicKey",
680
+ "tags": [
681
+ "api",
682
+ "general",
683
+ "Pinpad"
684
+ ],
685
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Calculation with RSA public key. | byte[] calculateWithRSAPublicKey(int rsaIndex, byte[] data)"
686
+ },
687
+ {
688
+ "path": "02-reference/general/pinpad.md",
689
+ "title": "Pinpad / isDukptKeyExist",
690
+ "tags": [
691
+ "api",
692
+ "general",
693
+ "Pinpad"
694
+ ],
695
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | Determine is the dukpt key exist. | boolean isDukptKeyExist(boolean aesAlg, int keyIndex, byte[] outKsn)"
696
+ },
697
+ {
698
+ "path": "02-reference/general/pinpad.md",
699
+ "title": "Pinpad / getLastErrorCode",
700
+ "tags": [
701
+ "api",
702
+ "general",
703
+ "Pinpad"
704
+ ],
705
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | The last error code | int getLastErrorCode()"
706
+ },
707
+ {
708
+ "path": "02-reference/general/pinpad.md",
709
+ "title": "Pinpad / getLastErrorMsg",
710
+ "tags": [
711
+ "api",
712
+ "general",
713
+ "Pinpad"
714
+ ],
715
+ "snippet": "com.urovo.sdk.pinpad.PinPadProviderImpl | The last error message. | String getLastErrorMsg()"
716
+ },
717
+ {
718
+ "path": "02-reference/general/printer.md",
719
+ "title": "Printer / getStatus",
720
+ "tags": [
721
+ "api",
722
+ "general",
723
+ "Printer"
724
+ ],
725
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Get printer status | int getStatus()"
726
+ },
727
+ {
728
+ "path": "02-reference/general/printer.md",
729
+ "title": "Printer / setGrayLevel",
730
+ "tags": [
731
+ "api",
732
+ "general",
733
+ "Printer"
734
+ ],
735
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Set printer grayscale | void setGray(int gray)"
736
+ },
737
+ {
738
+ "path": "02-reference/general/printer.md",
739
+ "title": "Printer / addText",
740
+ "tags": [
741
+ "api",
742
+ "general",
743
+ "Printer"
744
+ ],
745
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add a line of printed text in the specified format | void addText(Bundle format, String text)"
746
+ },
747
+ {
748
+ "path": "02-reference/general/printer.md",
749
+ "title": "Printer / addText_Left_Right(Deprecated)",
750
+ "tags": [
751
+ "api",
752
+ "general",
753
+ "Printer"
754
+ ],
755
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add a line of printed text in the specified format | void addTextLeft_Right(String textLeft, String textRight,\nint font, boolean fontBold)"
756
+ },
757
+ {
758
+ "path": "02-reference/general/printer.md",
759
+ "title": "Printer / addText_Left_Right",
760
+ "tags": [
761
+ "api",
762
+ "general",
763
+ "Printer"
764
+ ],
765
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add a line of printed text in the specified format | void addTextLeft_Right(Bundle format, String textLeft,\nString textRigh)"
766
+ },
767
+ {
768
+ "path": "02-reference/general/printer.md",
769
+ "title": "Printer / addText_Left_Right_Center(Deprecated)",
770
+ "tags": [
771
+ "api",
772
+ "general",
773
+ "Printer"
774
+ ],
775
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add a line of printed text in the specified format | void addTextLeft_Right_Center(String textLeft,\nString textCenter, String textRight, int font,\nboolean fontBold)"
776
+ },
777
+ {
778
+ "path": "02-reference/general/printer.md",
779
+ "title": "Printer / addText_Left_Right_Center",
780
+ "tags": [
781
+ "api",
782
+ "general",
783
+ "Printer"
784
+ ],
785
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add a line of printed text in the specified format | void addTextLeft_Right_Center(Bundle format,\nString textLeft, String textCenter, String textRight)"
786
+ },
787
+ {
788
+ "path": "02-reference/general/printer.md",
789
+ "title": "Printer / addBarCode",
790
+ "tags": [
791
+ "api",
792
+ "general",
793
+ "Printer"
794
+ ],
795
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add barcode print. | void addBarCode(Bundle format, String barcode)"
796
+ },
797
+ {
798
+ "path": "02-reference/general/printer.md",
799
+ "title": "Printer / addQrCode",
800
+ "tags": [
801
+ "api",
802
+ "general",
803
+ "Printer"
804
+ ],
805
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add QR code print | void addQrCode(Bundle format, String qrCode)"
806
+ },
807
+ {
808
+ "path": "02-reference/general/printer.md",
809
+ "title": "Printer / addImage",
810
+ "tags": [
811
+ "api",
812
+ "general",
813
+ "Printer"
814
+ ],
815
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add bitmap image print. | void addImage(Bundle format, byte[] imageData)"
816
+ },
817
+ {
818
+ "path": "02-reference/general/printer.md",
819
+ "title": "Printer / feedLine",
820
+ "tags": [
821
+ "api",
822
+ "general",
823
+ "Printer"
824
+ ],
825
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add feedline. | void feedLine(int lines)"
826
+ },
827
+ {
828
+ "path": "02-reference/general/printer.md",
829
+ "title": "Printer / startPrint",
830
+ "tags": [
831
+ "api",
832
+ "general",
833
+ "Printer"
834
+ ],
835
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Start the printing process. | int startPrint()"
836
+ },
837
+ {
838
+ "path": "02-reference/general/printer.md",
839
+ "title": "Printer / addImageWithText",
840
+ "tags": [
841
+ "api",
842
+ "general",
843
+ "Printer"
844
+ ],
845
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add bitmap image print | void addImageWithText(Bundle format, byte[] imageData)"
846
+ },
847
+ {
848
+ "path": "02-reference/general/printer.md",
849
+ "title": "Printer / addHtml",
850
+ "tags": [
851
+ "api",
852
+ "general",
853
+ "Printer"
854
+ ],
855
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add html content. | void addHtml(Bundle format, String content)"
856
+ },
857
+ {
858
+ "path": "02-reference/general/printer.md",
859
+ "title": "Printer / addBlankLine",
860
+ "tags": [
861
+ "api",
862
+ "general",
863
+ "Printer"
864
+ ],
865
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add blank line. | void addBlankLine(int height)"
866
+ },
867
+ {
868
+ "path": "02-reference/general/printer.md",
869
+ "title": "Printer / setSpeed",
870
+ "tags": [
871
+ "api",
872
+ "general",
873
+ "Printer"
874
+ ],
875
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Set printer speed. | int setSpeed(int speedLevel)"
876
+ },
877
+ {
878
+ "path": "02-reference/general/printer.md",
879
+ "title": "Printer / addBlackLine",
880
+ "tags": [
881
+ "api",
882
+ "general",
883
+ "Printer"
884
+ ],
885
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Add blank line. | void addBlackLine(int... lineHeight)"
886
+ },
887
+ {
888
+ "path": "02-reference/general/printer.md",
889
+ "title": "Printer / supportLabelPrint",
890
+ "tags": [
891
+ "api",
892
+ "general",
893
+ "Printer"
894
+ ],
895
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Return whether label printing function is supported. | boolean supportLabelPrint()"
896
+ },
897
+ {
898
+ "path": "02-reference/general/printer.md",
899
+ "title": "Printer / setPrinterMode",
900
+ "tags": [
901
+ "api",
902
+ "general",
903
+ "Printer"
904
+ ],
905
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Set printer mode. | int setPrinterMode(boolean data)"
906
+ },
907
+ {
908
+ "path": "02-reference/general/printer.md",
909
+ "title": "Printer / setLabelFeed",
910
+ "tags": [
911
+ "api",
912
+ "general",
913
+ "Printer"
914
+ ],
915
+ "snippet": "com.urovo.sdk.print.PrinterProviderImpl | Set label printing mode.\nBefore executing label printing each time, you need to set PRN_LABEL_LOCATION or PRN_LABEL_CONTINUE. After printing is completed, you need to set PRN_LABEL_END. | int setLabelFeed(byte state)"
916
+ },
917
+ {
918
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
919
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) / Open",
920
+ "tags": [
921
+ "api",
922
+ "general",
923
+ "Serial Port(Deprecated, suggest using module 14.SerialTool)"
924
+ ],
925
+ "snippet": "com.urovo.smartpos.device.core.SerialPortDriverImpl | Open the serial port. | boolean open(String portPath, int bps, int par, int dbs)"
926
+ },
927
+ {
928
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
929
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) / close",
930
+ "tags": [
931
+ "api",
932
+ "general",
933
+ "Serial Port(Deprecated, suggest using module 14.SerialTool)"
934
+ ],
935
+ "snippet": "com.urovo.smartpos.device.core.SerialPortDriverImpl | Stop the serial port. | boolean close()"
936
+ },
937
+ {
938
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
939
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) / read",
940
+ "tags": [
941
+ "api",
942
+ "general",
943
+ "Serial Port(Deprecated, suggest using module 14.SerialTool)"
944
+ ],
945
+ "snippet": "com.urovo.smartpos.device.core.SerialPortDriverImpl | Read data from serial port. | int read(out byte[] buffer, int timeout)"
946
+ },
947
+ {
948
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
949
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) / send",
950
+ "tags": [
951
+ "api",
952
+ "general",
953
+ "Serial Port(Deprecated, suggest using module 14.SerialTool)"
954
+ ],
955
+ "snippet": "com.urovo.smartpos.device.core.SerialPortDriverImpl | Send data to serial port. | int write(byte[] data, int timeout)"
956
+ },
957
+ {
958
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
959
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) / clearInputBuffer",
960
+ "tags": [
961
+ "api",
962
+ "general",
963
+ "Serial Port(Deprecated, suggest using module 14.SerialTool)"
964
+ ],
965
+ "snippet": "com.urovo.smartpos.device.core.SerialPortDriverImpl | Empty reveive buffer. | boolean clearInputBuffer()"
966
+ },
967
+ {
968
+ "path": "02-reference/general/serial-port-deprecated-suggest-using-module-14-serialtool.md",
969
+ "title": "Serial Port(Deprecated, suggest using module 14.SerialTool) / isbufferEmpty",
970
+ "tags": [
971
+ "api",
972
+ "general",
973
+ "Serial Port(Deprecated, suggest using module 14.SerialTool)"
974
+ ],
975
+ "snippet": "com.urovo.smartpos.device.core.SerialPortDriverImpl | Check that the buffer is empty. | boolean isBufferEmpty(boolean input)"
976
+ },
977
+ {
978
+ "path": "02-reference/general/scanner.md",
979
+ "title": "Scanner / startScan",
980
+ "tags": [
981
+ "api",
982
+ "general",
983
+ "Scanner"
984
+ ],
985
+ "snippet": "com.urovo.sdk.scanner.InnerScannerImpl | Start scanning code. | void startScan(Context context, Bundle bundle, int cameraId, long timeout, ScannerListener listener)"
986
+ },
987
+ {
988
+ "path": "02-reference/general/scanner.md",
989
+ "title": "Scanner / stopScan",
990
+ "tags": [
991
+ "api",
992
+ "general",
993
+ "Scanner"
994
+ ],
995
+ "snippet": "com.urovo.sdk.scanner.InnerScannerImpl | Stop scanning. | void stopScan()"
996
+ },
997
+ {
998
+ "path": "02-reference/general/scanner-custom.md",
999
+ "title": "Scanner Custom / startScan",
1000
+ "tags": [
1001
+ "api",
1002
+ "general",
1003
+ "Scanner Custom"
1004
+ ],
1005
+ "snippet": "com.urovo.sdk.scanner.InnerScannerCustomImpl | Start scanning code. | void startScan(Context context, View view, Bundle bundle,\nScannerListener listener)"
1006
+ },
1007
+ {
1008
+ "path": "02-reference/general/scanner-custom.md",
1009
+ "title": "Scanner Custom / stopScan",
1010
+ "tags": [
1011
+ "api",
1012
+ "general",
1013
+ "Scanner Custom"
1014
+ ],
1015
+ "snippet": "com.urovo.sdk.scanner.InnerScannerCustomImpl | Stop scanning. | void stopScan()"
1016
+ },
1017
+ {
1018
+ "path": "02-reference/general/magcardreader.md",
1019
+ "title": "MagCardReader / SearchCard",
1020
+ "tags": [
1021
+ "api",
1022
+ "general",
1023
+ "MagCardReader"
1024
+ ],
1025
+ "snippet": "com.urovo.sdk.magcard.MagCardReaderImpl | Wait for swiping card to get card magnetic stripe data. | void searchCard(int timeout, MagCardListener listener)"
1026
+ },
1027
+ {
1028
+ "path": "02-reference/general/magcardreader.md",
1029
+ "title": "MagCardReader / stopSearch",
1030
+ "tags": [
1031
+ "api",
1032
+ "general",
1033
+ "MagCardReader"
1034
+ ],
1035
+ "snippet": "com.urovo.sdk.magcard.MagCardReaderImpl | Remove the waiting card. | void stopSearch()"
1036
+ },
1037
+ {
1038
+ "path": "02-reference/general/insertcardreader.md",
1039
+ "title": "InsertCardReader / powerUp",
1040
+ "tags": [
1041
+ "api",
1042
+ "general",
1043
+ "InsertCardReader"
1044
+ ],
1045
+ "snippet": "com.urovo.sdk.insertcard.InsertCardHandlerImpl | Card power up. | int powerUp(byte cardSlot,byte[] atrData)"
1046
+ },
1047
+ {
1048
+ "path": "02-reference/general/insertcardreader.md",
1049
+ "title": "InsertCardReader / powerDown",
1050
+ "tags": [
1051
+ "api",
1052
+ "general",
1053
+ "InsertCardReader"
1054
+ ],
1055
+ "snippet": "com.urovo.sdk.insertcard.InsertCardHandlerImpl | Card power down. | boolean powerDown(byte cardSlot)"
1056
+ },
1057
+ {
1058
+ "path": "02-reference/general/insertcardreader.md",
1059
+ "title": "InsertCardReader / IisCardIn",
1060
+ "tags": [
1061
+ "api",
1062
+ "general",
1063
+ "InsertCardReader"
1064
+ ],
1065
+ "snippet": "com.urovo.sdk.insertcard.InsertCardHandlerImpl | Is the card in place. | boolean isCardIn()"
1066
+ },
1067
+ {
1068
+ "path": "02-reference/general/insertcardreader.md",
1069
+ "title": "InsertCardReader / exchangeApdu",
1070
+ "tags": [
1071
+ "api",
1072
+ "general",
1073
+ "InsertCardReader"
1074
+ ],
1075
+ "snippet": "com.urovo.sdk.insertcard.InsertCardHandlerImpl | APDU data communication. | byte[] exchangeApdu(byte cardSlot, byte[] apdu)"
1076
+ },
1077
+ {
1078
+ "path": "02-reference/general/insertcardreader.md",
1079
+ "title": "InsertCardReader / isPSAMCardExist",
1080
+ "tags": [
1081
+ "api",
1082
+ "general",
1083
+ "InsertCardReader"
1084
+ ],
1085
+ "snippet": "com.urovo.sdk.insertcard.InsertCardHandlerImpl | Is the psam card in place. | boolean isPSAMCardExist(byte cardSlot)"
1086
+ },
1087
+ {
1088
+ "path": "02-reference/general/psam2.md",
1089
+ "title": "- psam2. / setPsamParameter",
1090
+ "tags": [
1091
+ "api",
1092
+ "general",
1093
+ "- psam2."
1094
+ ],
1095
+ "snippet": "Set the parameters of the PSAM card. | int setPsamParameter(int slot, int vol, int dataRate, int autoResp, int pps)"
1096
+ },
1097
+ {
1098
+ "path": "02-reference/general/rfcardreader.md",
1099
+ "title": "RFCardReader / searchCard",
1100
+ "tags": [
1101
+ "api",
1102
+ "general",
1103
+ "RFCardReader"
1104
+ ],
1105
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Card search. | void searchCard(RFSearchListener listener)"
1106
+ },
1107
+ {
1108
+ "path": "02-reference/general/rfcardreader.md",
1109
+ "title": "RFCardReader / stopSearch",
1110
+ "tags": [
1111
+ "api",
1112
+ "general",
1113
+ "RFCardReader"
1114
+ ],
1115
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | stop searching card. | void stopSearch()"
1116
+ },
1117
+ {
1118
+ "path": "02-reference/general/rfcardreader.md",
1119
+ "title": "RFCardReader / activate",
1120
+ "tags": [
1121
+ "api",
1122
+ "general",
1123
+ "RFCardReader"
1124
+ ],
1125
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | activate card. | int activate(String driver, byte[] responseData)"
1126
+ },
1127
+ {
1128
+ "path": "02-reference/general/rfcardreader.md",
1129
+ "title": "RFCardReader / halt",
1130
+ "tags": [
1131
+ "api",
1132
+ "general",
1133
+ "RFCardReader"
1134
+ ],
1135
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Close the card reader. | void halt()"
1136
+ },
1137
+ {
1138
+ "path": "02-reference/general/rfcardreader.md",
1139
+ "title": "RFCardReader / isExist",
1140
+ "tags": [
1141
+ "api",
1142
+ "general",
1143
+ "RFCardReader"
1144
+ ],
1145
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Check if the card exist. | boolean isCardIn()"
1146
+ },
1147
+ {
1148
+ "path": "02-reference/general/rfcardreader.md",
1149
+ "title": "RFCardReader / exchangeApdu",
1150
+ "tags": [
1151
+ "api",
1152
+ "general",
1153
+ "RFCardReader"
1154
+ ],
1155
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | APDU data communication. | byte[] exchangeApdu(byte[] apdu)"
1156
+ },
1157
+ {
1158
+ "path": "02-reference/general/rfcardreader.md",
1159
+ "title": "RFCardReader / cardReset",
1160
+ "tags": [
1161
+ "api",
1162
+ "general",
1163
+ "RFCardReader"
1164
+ ],
1165
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Card reset. | byte[] cardReset()"
1166
+ },
1167
+ {
1168
+ "path": "02-reference/general/rfcardreader.md",
1169
+ "title": "RFCardReader / authBlock",
1170
+ "tags": [
1171
+ "api",
1172
+ "general",
1173
+ "RFCardReader"
1174
+ ],
1175
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Auth block. | int authBlock(int blockNo, int keyType, byte[] key)"
1176
+ },
1177
+ {
1178
+ "path": "02-reference/general/rfcardreader.md",
1179
+ "title": "RFCardReader / readBlock",
1180
+ "tags": [
1181
+ "api",
1182
+ "general",
1183
+ "RFCardReader"
1184
+ ],
1185
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Read data from the block. | int readBlock(int blockNo, byte[] blockValue)"
1186
+ },
1187
+ {
1188
+ "path": "02-reference/general/rfcardreader.md",
1189
+ "title": "RFCardReader / writeBlock",
1190
+ "tags": [
1191
+ "api",
1192
+ "general",
1193
+ "RFCardReader"
1194
+ ],
1195
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Write data to the block. | int writeBlock(int blockNo, byte[] blockValue)"
1196
+ },
1197
+ {
1198
+ "path": "02-reference/general/rfcardreader.md",
1199
+ "title": "RFCardReader / increaseValue",
1200
+ "tags": [
1201
+ "api",
1202
+ "general",
1203
+ "RFCardReader"
1204
+ ],
1205
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Increment the value block by iMoney amount. | int increaseValue(int blockNo, byte[] value)"
1206
+ },
1207
+ {
1208
+ "path": "02-reference/general/rfcardreader.md",
1209
+ "title": "RFCardReader / decreaseValue",
1210
+ "tags": [
1211
+ "api",
1212
+ "general",
1213
+ "RFCardReader"
1214
+ ],
1215
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Decrement the value block by iMoney amount. | int decreaseValue(int blockNo, byte[] value)"
1216
+ },
1217
+ {
1218
+ "path": "02-reference/general/rfcardreader.md",
1219
+ "title": "RFCardReader / m1_amount _init",
1220
+ "tags": [
1221
+ "api",
1222
+ "general",
1223
+ "RFCardReader"
1224
+ ],
1225
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Init the value block by value. | int m1_amount_init(int blockNo, int value)"
1226
+ },
1227
+ {
1228
+ "path": "02-reference/general/rfcardreader.md",
1229
+ "title": "RFCardReader / m1_amount_read",
1230
+ "tags": [
1231
+ "api",
1232
+ "general",
1233
+ "RFCardReader"
1234
+ ],
1235
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Read the amount for the block number. | int m1_amount_read(int blockNo)"
1236
+ },
1237
+ {
1238
+ "path": "02-reference/general/rfcardreader.md",
1239
+ "title": "RFCardReader / m1_amount_restore",
1240
+ "tags": [
1241
+ "api",
1242
+ "general",
1243
+ "RFCardReader"
1244
+ ],
1245
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Move the content of a block into temporary data register. | int m1_amount_restore(int blockNo)"
1246
+ },
1247
+ {
1248
+ "path": "02-reference/general/rfcardreader.md",
1249
+ "title": "RFCardReader / m1_amount_transfer",
1250
+ "tags": [
1251
+ "api",
1252
+ "general",
1253
+ "RFCardReader"
1254
+ ],
1255
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | Transfer from temporary internal data register to value block. | int m1_amount_transfer(int blockNo)"
1256
+ },
1257
+ {
1258
+ "path": "02-reference/general/rfcardreader.md",
1259
+ "title": "RFCardReader / exchangeApdu(Mifare)",
1260
+ "tags": [
1261
+ "api",
1262
+ "general",
1263
+ "RFCardReader"
1264
+ ],
1265
+ "snippet": "com.urovo.sdk.rfcard.RFCardHandlerImpl | APDU data communication for Mifare. | byte[] exchangeApdu_M1(byte[] apdu, int... crcSpeed);"
1266
+ },
1267
+ {
1268
+ "path": "02-reference/general/install-manager.md",
1269
+ "title": "Install Manager / install",
1270
+ "tags": [
1271
+ "api",
1272
+ "general",
1273
+ "Install Manager"
1274
+ ],
1275
+ "snippet": "com.urovo.sdk.install.InstallManagerImpl | Override installation, silence. | void install(String apkPath, final InstallApkListener listener)"
1276
+ },
1277
+ {
1278
+ "path": "02-reference/general/install-manager.md",
1279
+ "title": "Install Manager / uninstall",
1280
+ "tags": [
1281
+ "api",
1282
+ "general",
1283
+ "Install Manager"
1284
+ ],
1285
+ "snippet": "com.urovo.sdk.install.InstallManagerImpl | Uninstallation, silence. | void uninstall(String packageName, final InstallApkListener listaner)"
1286
+ },
1287
+ {
1288
+ "path": "02-reference/general/system-manager.md",
1289
+ "title": "System Manager / setDefaultDataSubId",
1290
+ "tags": [
1291
+ "api",
1292
+ "general",
1293
+ "System Manager"
1294
+ ],
1295
+ "snippet": "com.urovo.sdk.system.SystemProviderImpl | switch the data sim card. | void setDefaultDataSubId(int subId)"
1296
+ },
1297
+ {
1298
+ "path": "02-reference/general/system-manager.md",
1299
+ "title": "System Manager / setForceLockScreen",
1300
+ "tags": [
1301
+ "api",
1302
+ "general",
1303
+ "System Manager"
1304
+ ],
1305
+ "snippet": "com.urovo.sdk.system.SystemProviderImpl | lock the screen. | void setForceLockScreen(boolean lock)"
1306
+ },
1307
+ {
1308
+ "path": "02-reference/general/system-manager.md",
1309
+ "title": "System Manager / lockScreenNon",
1310
+ "tags": [
1311
+ "api",
1312
+ "general",
1313
+ "System Manager"
1314
+ ],
1315
+ "snippet": "com.urovo.sdk.system.SystemProviderImpl | disable the screen lock. | void setLockScreenNon()"
1316
+ },
1317
+ {
1318
+ "path": "02-reference/general/system-manager.md",
1319
+ "title": "System Manager / setLanguage",
1320
+ "tags": [
1321
+ "api",
1322
+ "general",
1323
+ "System Manager"
1324
+ ],
1325
+ "snippet": "com.urovo.sdk.system.SystemProviderImpl | set system language. | void setLanguage(Local local)"
1326
+ },
1327
+ {
1328
+ "path": "02-reference/general/devicemanager.md",
1329
+ "title": "DeviceManager / NTP Setting",
1330
+ "tags": [
1331
+ "api",
1332
+ "general",
1333
+ "DeviceManager"
1334
+ ],
1335
+ "snippet": ""
1336
+ },
1337
+ {
1338
+ "path": "02-reference/general/devicemanager.md",
1339
+ "title": "DeviceManager / Time Zone Setting1",
1340
+ "tags": [
1341
+ "api",
1342
+ "general",
1343
+ "DeviceManager"
1344
+ ],
1345
+ "snippet": ""
1346
+ },
1347
+ {
1348
+ "path": "02-reference/general/devicemanager.md",
1349
+ "title": "DeviceManager / System Time Setting",
1350
+ "tags": [
1351
+ "api",
1352
+ "general",
1353
+ "DeviceManager"
1354
+ ],
1355
+ "snippet": ""
1356
+ },
1357
+ {
1358
+ "path": "02-reference/general/devicemanager.md",
1359
+ "title": "DeviceManager / Set APN",
1360
+ "tags": [
1361
+ "api",
1362
+ "general",
1363
+ "DeviceManager"
1364
+ ],
1365
+ "snippet": ""
1366
+ },
1367
+ {
1368
+ "path": "02-reference/general/devicemanager.md",
1369
+ "title": "DeviceManager / Query APN Setting",
1370
+ "tags": [
1371
+ "api",
1372
+ "general",
1373
+ "DeviceManager"
1374
+ ],
1375
+ "snippet": ""
1376
+ },
1377
+ {
1378
+ "path": "02-reference/general/devicemanager.md",
1379
+ "title": "DeviceManager / Device Shutdown/Reboot",
1380
+ "tags": [
1381
+ "api",
1382
+ "general",
1383
+ "DeviceManager"
1384
+ ],
1385
+ "snippet": ""
1386
+ },
1387
+ {
1388
+ "path": "02-reference/general/devicemanager.md",
1389
+ "title": "DeviceManager / Device Battery Info",
1390
+ "tags": [
1391
+ "api",
1392
+ "general",
1393
+ "DeviceManager"
1394
+ ],
1395
+ "snippet": ""
1396
+ },
1397
+ {
1398
+ "path": "02-reference/general/devicemanager.md",
1399
+ "title": "DeviceManager / Launcher Setting",
1400
+ "tags": [
1401
+ "api",
1402
+ "general",
1403
+ "DeviceManager"
1404
+ ],
1405
+ "snippet": ""
1406
+ },
1407
+ {
1408
+ "path": "02-reference/general/devicemanager.md",
1409
+ "title": "DeviceManager / Auto Running APP Setting",
1410
+ "tags": [
1411
+ "api",
1412
+ "general",
1413
+ "DeviceManager"
1414
+ ],
1415
+ "snippet": ""
1416
+ },
1417
+ {
1418
+ "path": "02-reference/general/devicemanager.md",
1419
+ "title": "DeviceManager / Double Click To Wake Up Screen",
1420
+ "tags": [
1421
+ "api",
1422
+ "general",
1423
+ "DeviceManager"
1424
+ ],
1425
+ "snippet": ""
1426
+ },
1427
+ {
1428
+ "path": "02-reference/general/devicemanager.md",
1429
+ "title": "DeviceManager / Get Keyboard State",
1430
+ "tags": [
1431
+ "api",
1432
+ "general",
1433
+ "DeviceManager"
1434
+ ],
1435
+ "snippet": ""
1436
+ },
1437
+ {
1438
+ "path": "02-reference/general/devicemanager.md",
1439
+ "title": "DeviceManager / Disable Keyboard Switching",
1440
+ "tags": [
1441
+ "api",
1442
+ "general",
1443
+ "DeviceManager"
1444
+ ],
1445
+ "snippet": ""
1446
+ },
1447
+ {
1448
+ "path": "02-reference/general/devicemanager.md",
1449
+ "title": "DeviceManager / Switch Keyboard State",
1450
+ "tags": [
1451
+ "api",
1452
+ "general",
1453
+ "DeviceManager"
1454
+ ],
1455
+ "snippet": ""
1456
+ },
1457
+ {
1458
+ "path": "02-reference/general/devicemanager.md",
1459
+ "title": "DeviceManager / Update the Keyboard State in Status bar",
1460
+ "tags": [
1461
+ "api",
1462
+ "general",
1463
+ "DeviceManager"
1464
+ ],
1465
+ "snippet": ""
1466
+ },
1467
+ {
1468
+ "path": "02-reference/general/devicemanager.md",
1469
+ "title": "DeviceManager / Switch Wi-Fi",
1470
+ "tags": [
1471
+ "api",
1472
+ "general",
1473
+ "DeviceManager"
1474
+ ],
1475
+ "snippet": ""
1476
+ },
1477
+ {
1478
+ "path": "02-reference/general/devicemanager.md",
1479
+ "title": "DeviceManager / Switch Bluetooth",
1480
+ "tags": [
1481
+ "api",
1482
+ "general",
1483
+ "DeviceManager"
1484
+ ],
1485
+ "snippet": ""
1486
+ },
1487
+ {
1488
+ "path": "02-reference/general/devicemanager.md",
1489
+ "title": "DeviceManager / Switch Airplane mode",
1490
+ "tags": [
1491
+ "api",
1492
+ "general",
1493
+ "DeviceManager"
1494
+ ],
1495
+ "snippet": ""
1496
+ },
1497
+ {
1498
+ "path": "02-reference/general/devicemanager.md",
1499
+ "title": "DeviceManager / Forget All Wi-Fi",
1500
+ "tags": [
1501
+ "api",
1502
+ "general",
1503
+ "DeviceManager"
1504
+ ],
1505
+ "snippet": ""
1506
+ },
1507
+ {
1508
+ "path": "02-reference/general/devicemanager.md",
1509
+ "title": "DeviceManager / Check Network Status",
1510
+ "tags": [
1511
+ "api",
1512
+ "general",
1513
+ "DeviceManager"
1514
+ ],
1515
+ "snippet": ""
1516
+ },
1517
+ {
1518
+ "path": "02-reference/general/devicemanager.md",
1519
+ "title": "DeviceManager / Set/Get GPS Accuracy",
1520
+ "tags": [
1521
+ "api",
1522
+ "general",
1523
+ "DeviceManager"
1524
+ ],
1525
+ "snippet": ""
1526
+ },
1527
+ {
1528
+ "path": "02-reference/general/devicemanager.md",
1529
+ "title": "DeviceManager / Set physical button volume",
1530
+ "tags": [
1531
+ "api",
1532
+ "general",
1533
+ "DeviceManager"
1534
+ ],
1535
+ "snippet": ""
1536
+ },
1537
+ {
1538
+ "path": "02-reference/general/serial-port.md",
1539
+ "title": "Serial Port / setOnListener",
1540
+ "tags": [
1541
+ "api",
1542
+ "general",
1543
+ "Serial Port"
1544
+ ],
1545
+ "snippet": "com.urovo.serial.utils.SerialPortTool | set up data receiving listener. | void setOnListener(SerialPortListener listener)"
1546
+ },
1547
+ {
1548
+ "path": "02-reference/general/serial-port.md",
1549
+ "title": "Serial Port / openSerialPort",
1550
+ "tags": [
1551
+ "api",
1552
+ "general",
1553
+ "Serial Port"
1554
+ ],
1555
+ "snippet": "com.urovo.serial.utils.SerialPortTool | Open the serial port. | int openSerialPort(List<String> pathNameList, int bps)"
1556
+ },
1557
+ {
1558
+ "path": "02-reference/general/serial-port.md",
1559
+ "title": "Serial Port / close",
1560
+ "tags": [
1561
+ "api",
1562
+ "general",
1563
+ "Serial Port"
1564
+ ],
1565
+ "snippet": "com.urovo.serial.utils.SerialPortTool | Stop the serila port. | boolean close()"
1566
+ },
1567
+ {
1568
+ "path": "02-reference/general/serial-port.md",
1569
+ "title": "Serial Port / sendData",
1570
+ "tags": [
1571
+ "api",
1572
+ "general",
1573
+ "Serial Port"
1574
+ ],
1575
+ "snippet": "com.urovo.serial.utils.SerialPortTool | Send data to serial port. | String sendData(byte[] SendBuff, int len)"
1576
+ },
1577
+ {
1578
+ "path": "02-reference/general/sdk-log-output-management.md",
1579
+ "title": "SDK log output management. / Enable/Disable logcat.",
1580
+ "tags": [
1581
+ "api",
1582
+ "general",
1583
+ "SDK log output management."
1584
+ ],
1585
+ "snippet": ""
1586
+ },
1587
+ {
1588
+ "path": "02-reference/general/sdk-log-output-management.md",
1589
+ "title": "SDK log output management. / Enable/Disable log file storage.",
1590
+ "tags": [
1591
+ "api",
1592
+ "general",
1593
+ "SDK log output management."
1594
+ ],
1595
+ "snippet": ""
1596
+ },
1597
+ {
1598
+ "path": "02-reference/general/sdk-log-output-management.md",
1599
+ "title": "SDK log output management. / Enable/Disable Pinpad module log.",
1600
+ "tags": [
1601
+ "api",
1602
+ "general",
1603
+ "SDK log output management."
1604
+ ],
1605
+ "snippet": ""
1606
+ },
1607
+ {
1608
+ "path": "02-reference/general/sdk-log-output-management.md",
1609
+ "title": "SDK log output management. / Enable/Disable EMV module log.",
1610
+ "tags": [
1611
+ "api",
1612
+ "general",
1613
+ "SDK log output management."
1614
+ ],
1615
+ "snippet": ""
1616
+ },
1617
+ {
1618
+ "path": "02-reference/general/sdk-log-output-management.md",
1619
+ "title": "SDK log output management. / logoutEnable.",
1620
+ "tags": [
1621
+ "api",
1622
+ "general",
1623
+ "SDK log output management."
1624
+ ],
1625
+ "snippet": ""
1626
+ },
1627
+ {
1628
+ "path": "02-reference/general/sdk-log-output-management.md",
1629
+ "title": "SDK log output management. / exportLogFilesToExternalStorage.",
1630
+ "tags": [
1631
+ "api",
1632
+ "general",
1633
+ "SDK log output management."
1634
+ ],
1635
+ "snippet": ""
1636
+ },
1637
+ {
1638
+ "path": "02-reference/general/sle4428-4436-4442.md",
1639
+ "title": "SLE4428/4436/4442 / open",
1640
+ "tags": [
1641
+ "api",
1642
+ "general",
1643
+ "SLE4428/4436/4442"
1644
+ ],
1645
+ "snippet": "andoird.device.IccManager | Open the IC card for operation. | int open(byte slot, byte CardType, byte Volt)"
1646
+ },
1647
+ {
1648
+ "path": "02-reference/general/sle4428-4436-4442.md",
1649
+ "title": "SLE4428/4436/4442 / close",
1650
+ "tags": [
1651
+ "api",
1652
+ "general",
1653
+ "SLE4428/4436/4442"
1654
+ ],
1655
+ "snippet": "andoird.device.IccManager | Close the slot. | int close()"
1656
+ },
1657
+ {
1658
+ "path": "02-reference/general/sle4428-4436-4442.md",
1659
+ "title": "SLE4428/4436/4442 / detect",
1660
+ "tags": [
1661
+ "api",
1662
+ "general",
1663
+ "SLE4428/4436/4442"
1664
+ ],
1665
+ "snippet": "andoird.device.IccManager | Check if IC card is inserted. | int detect()"
1666
+ },
1667
+ {
1668
+ "path": "02-reference/general/sle4428-4436-4442.md",
1669
+ "title": "SLE4428/4436/4442 / sle4428_reset",
1670
+ "tags": [
1671
+ "api",
1672
+ "general",
1673
+ "SLE4428/4436/4442"
1674
+ ],
1675
+ "snippet": "andoird.device.IccManager | reset the SLE4428. | public int sle4428_reset(byte[] pAtr)"
1676
+ },
1677
+ {
1678
+ "path": "02-reference/general/sle4428-4436-4442.md",
1679
+ "title": "SLE4428/4436/4442 / sle4428_readMemory",
1680
+ "tags": [
1681
+ "api",
1682
+ "general",
1683
+ "SLE4428/4436/4442"
1684
+ ],
1685
+ "snippet": "andoird.device.IccManager | Read the data stored in main memory for SLE4428. | public byte[] sle4428_readMemory(int addr, int length)"
1686
+ },
1687
+ {
1688
+ "path": "02-reference/general/sle4428-4436-4442.md",
1689
+ "title": "SLE4428/4436/4442 / sle4428_writeMemory",
1690
+ "tags": [
1691
+ "api",
1692
+ "general",
1693
+ "SLE4428/4436/4442"
1694
+ ],
1695
+ "snippet": "andoird.device.IccManager | Write data to the main storage area SLE4428. | public int sle4428_writeMemory(int addr, byte[] data, int dataLen)"
1696
+ },
1697
+ {
1698
+ "path": "02-reference/general/sle4428-4436-4442.md",
1699
+ "title": "SLE4428/4436/4442 / sle4428_password",
1700
+ "tags": [
1701
+ "api",
1702
+ "general",
1703
+ "SLE4428/4436/4442"
1704
+ ],
1705
+ "snippet": "andoird.device.IccManager | Submit the transfer data, enter the personalization mode. | public int sle4428_password(int mode, byte[] data)"
1706
+ },
1707
+ {
1708
+ "path": "02-reference/general/sle4428-4436-4442.md",
1709
+ "title": "SLE4428/4436/4442 / sle4436_reset",
1710
+ "tags": [
1711
+ "api",
1712
+ "general",
1713
+ "SLE4428/4436/4442"
1714
+ ],
1715
+ "snippet": "andoird.device.IccManager | Reset the SLE4436. | public int sle4436_reset(byte[] pAtr)"
1716
+ },
1717
+ {
1718
+ "path": "02-reference/general/sle4428-4436-4442.md",
1719
+ "title": "SLE4428/4436/4442 / sle4436_readMemory",
1720
+ "tags": [
1721
+ "api",
1722
+ "general",
1723
+ "SLE4428/4436/4442"
1724
+ ],
1725
+ "snippet": "andoird.device.IccManager | Read the data stored in main memory for SLE4436. | public byte[] sle4436_readMemory(int addr, int length)"
1726
+ },
1727
+ {
1728
+ "path": "02-reference/general/sle4428-4436-4442.md",
1729
+ "title": "SLE4428/4436/4442 / sle4436_writeMemory",
1730
+ "tags": [
1731
+ "api",
1732
+ "general",
1733
+ "SLE4428/4436/4442"
1734
+ ],
1735
+ "snippet": "andoird.device.IccManager | Write data to the main storage area SLE4436. | public int sle4436_writeMemory(int addr, byte[] data, int dataLen)"
1736
+ },
1737
+ {
1738
+ "path": "02-reference/general/sle4428-4436-4442.md",
1739
+ "title": "SLE4428/4436/4442 / sle4436_verifyPassword",
1740
+ "tags": [
1741
+ "api",
1742
+ "general",
1743
+ "SLE4428/4436/4442"
1744
+ ],
1745
+ "snippet": "andoird.device.IccManager | Submit the transfer data, enter the personalization mode. | public int sle4436_verifyPassword(byte[] passwd)"
1746
+ },
1747
+ {
1748
+ "path": "02-reference/general/sle4428-4436-4442.md",
1749
+ "title": "SLE4428/4436/4442 / sle4436_regIncrease",
1750
+ "tags": [
1751
+ "api",
1752
+ "general",
1753
+ "SLE4428/4436/4442"
1754
+ ],
1755
+ "snippet": "andoird.device.IccManager | Move the register. | public int sle4436_regIncrease(int shiftBits)"
1756
+ },
1757
+ {
1758
+ "path": "02-reference/general/sle4428-4436-4442.md",
1759
+ "title": "SLE4428/4436/4442 / sle4436_readBit",
1760
+ "tags": [
1761
+ "api",
1762
+ "general",
1763
+ "SLE4428/4436/4442"
1764
+ ],
1765
+ "snippet": "andoird.device.IccManager | Read values from the Card bit. | public int sle4436_readBit(byte[] pData)"
1766
+ },
1767
+ {
1768
+ "path": "02-reference/general/sle4428-4436-4442.md",
1769
+ "title": "SLE4428/4436/4442 / sle4436_writeBit",
1770
+ "tags": [
1771
+ "api",
1772
+ "general",
1773
+ "SLE4428/4436/4442"
1774
+ ],
1775
+ "snippet": "andoird.device.IccManager | Write a bit for Card. | public int sle4436_writeBit()"
1776
+ },
1777
+ {
1778
+ "path": "02-reference/general/sle4428-4436-4442.md",
1779
+ "title": "SLE4428/4436/4442 / sle4436_reloadByte",
1780
+ "tags": [
1781
+ "api",
1782
+ "general",
1783
+ "SLE4428/4436/4442"
1784
+ ],
1785
+ "snippet": "andoird.device.IccManager | Reload Byte. | public int sle4436_reloadByte()"
1786
+ },
1787
+ {
1788
+ "path": "02-reference/general/sle4428-4436-4442.md",
1789
+ "title": "SLE4428/4436/4442 / sle4436_decValue",
1790
+ "tags": [
1791
+ "api",
1792
+ "general",
1793
+ "SLE4428/4436/4442"
1794
+ ],
1795
+ "snippet": "andoird.device.IccManager | Reduction balance. | public int sle4436_decValue(int pValue)"
1796
+ },
1797
+ {
1798
+ "path": "02-reference/general/sle4428-4436-4442.md",
1799
+ "title": "SLE4428/4436/4442 / sle4442_reset",
1800
+ "tags": [
1801
+ "api",
1802
+ "general",
1803
+ "SLE4428/4436/4442"
1804
+ ],
1805
+ "snippet": "andoird.device.IccManager | reset the SLE4442.. | int sle4442_reset(byte[] pAtr)"
1806
+ },
1807
+ {
1808
+ "path": "02-reference/general/sle4428-4436-4442.md",
1809
+ "title": "SLE4428/4436/4442 / sle4442_readMainMemory",
1810
+ "tags": [
1811
+ "api",
1812
+ "general",
1813
+ "SLE4428/4436/4442"
1814
+ ],
1815
+ "snippet": "andoird.device.IccManager | Read the data stored in main memory for SLE4442. | byte[] sle4442_readMainMemory(int addr, int length)"
1816
+ },
1817
+ {
1818
+ "path": "02-reference/general/sle4428-4436-4442.md",
1819
+ "title": "SLE4428/4436/4442 / sle4442_writeMainMemory",
1820
+ "tags": [
1821
+ "api",
1822
+ "general",
1823
+ "SLE4428/4436/4442"
1824
+ ],
1825
+ "snippet": "andoird.device.IccManager | Write data to the main storage area SLE4442. | int sle4442_writeMainMemory(int addr, byte[] data, int dataLen)"
1826
+ },
1827
+ {
1828
+ "path": "02-reference/general/sle4428-4436-4442.md",
1829
+ "title": "SLE4428/4436/4442 / sle4442_readProtectionMemory",
1830
+ "tags": [
1831
+ "api",
1832
+ "general",
1833
+ "SLE4428/4436/4442"
1834
+ ],
1835
+ "snippet": "andoird.device.IccManager | Read SLE4442 card protection bit storage data (4 BYTE). | public byte[] sle4442_readProtectionMemory(int address, int len)"
1836
+ },
1837
+ {
1838
+ "path": "02-reference/general/sle4428-4436-4442.md",
1839
+ "title": "SLE4428/4436/4442 / sle4442_writeProtectionMemory",
1840
+ "tags": [
1841
+ "api",
1842
+ "general",
1843
+ "SLE4428/4436/4442"
1844
+ ],
1845
+ "snippet": "andoird.device.IccManager | The write protection bit storage area. | public int sle4442_writeProtectionMemory(int addr, byte[] data, int dataLen)"
1846
+ },
1847
+ {
1848
+ "path": "02-reference/general/sle4428-4436-4442.md",
1849
+ "title": "SLE4428/4436/4442 / sle4442_verifyPassword",
1850
+ "tags": [
1851
+ "api",
1852
+ "general",
1853
+ "SLE4428/4436/4442"
1854
+ ],
1855
+ "snippet": "andoird.device.IccManager | Comparison SLE4442 cards, each card compared to the card password. | public int sle4442_verifyPassword(byte[] passwd)"
1856
+ },
1857
+ {
1858
+ "path": "02-reference/general/sle4428-4436-4442.md",
1859
+ "title": "SLE4428/4436/4442 / sle4442_changePassword",
1860
+ "tags": [
1861
+ "api",
1862
+ "general",
1863
+ "SLE4428/4436/4442"
1864
+ ],
1865
+ "snippet": "andoird.device.IccManager | Change password. | public int sle4442_changePassword(byte[] passwd)"
1866
+ },
1867
+ {
1868
+ "path": "02-reference/general/sle4428-4436-4442.md",
1869
+ "title": "SLE4428/4436/4442 / sle4442_readErrorCounter",
1870
+ "tags": [
1871
+ "api",
1872
+ "general",
1873
+ "SLE4428/4436/4442"
1874
+ ],
1875
+ "snippet": "andoird.device.IccManager | Read error code value. | public int sle4442_readErrorCounter(byte[] errorCount)"
1876
+ },
1877
+ {
1878
+ "path": "02-reference/emv/emv-api.md",
1879
+ "title": "EMV API / startKernel",
1880
+ "tags": [
1881
+ "api",
1882
+ "emv",
1883
+ "EMV API"
1884
+ ],
1885
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | EMV process. | void startKernel(Hashtable<String,Object>transParams)"
1886
+ },
1887
+ {
1888
+ "path": "02-reference/emv/emv-api.md",
1889
+ "title": "EMV API / abortKernel",
1890
+ "tags": [
1891
+ "api",
1892
+ "emv",
1893
+ "EMV API"
1894
+ ],
1895
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Declare: public void abortKernel () | public void abortKernel ()"
1896
+ },
1897
+ {
1898
+ "path": "02-reference/emv/emv-api.md",
1899
+ "title": "EMV API / setAmountEx",
1900
+ "tags": [
1901
+ "api",
1902
+ "emv",
1903
+ "EMV API"
1904
+ ],
1905
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | storethevaluesand\nIfthefunctionreturnFalse, thetransactionshould beterminate\n• amount :Thetransactionamount. | cashbackAmount)"
1906
+ },
1907
+ {
1908
+ "path": "02-reference/emv/emv-api.md",
1909
+ "title": "EMV API / sendConfirmCardnoResult",
1910
+ "tags": [
1911
+ "api",
1912
+ "emv",
1913
+ "EMV API"
1914
+ ],
1915
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Confirmthecardnumberisright,callatonRequestConfirmCardno() | void sendConfirmCardnoResult(Booleanisconfirm)"
1916
+ },
1917
+ {
1918
+ "path": "02-reference/emv/emv-api.md",
1919
+ "title": "EMV API / selectApplication",
1920
+ "tags": [
1921
+ "api",
1922
+ "emv",
1923
+ "EMV API"
1924
+ ],
1925
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | onRequestSelectApplication.\nTheAppshould prompt thecustomerfor anapplication to\ncontinuethe\ntransaction. | voidselectApplication(int index)"
1926
+ },
1927
+ {
1928
+ "path": "02-reference/emv/emv-api.md",
1929
+ "title": "EMV API / sendFinalConfirmResult",
1930
+ "tags": [
1931
+ "api",
1932
+ "emv",
1933
+ "EMV API"
1934
+ ],
1935
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | inresponsetoonRequestFinalConfirm.\n• isConfirmed: Indicate theconfirmation result.True- Confirm | void sendFinalConfirmResult(boolean isConfirmed)"
1936
+ },
1937
+ {
1938
+ "path": "02-reference/emv/emv-api.md",
1939
+ "title": "EMV API / sendOnlineProcessResult",
1940
+ "tags": [
1941
+ "api",
1942
+ "emv",
1943
+ "EMV API"
1944
+ ],
1945
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | bOnlineResult\n• true: go online success\n• false: goonline fail(unable togoonline)\n\nAset of transaction resultsinTag-Length-Value format.\nThefollowing tagsareusually returnedtothecard:\n• Tag8A:AuthorisationResponseCode (Mandatory)\n• Tag89:Authorisation Code | void sendOnlineProcessResult(BooleanbOnlineResult, String tlv)"
1946
+ },
1947
+ {
1948
+ "path": "02-reference/emv/emv-api.md",
1949
+ "title": "EMV API / ProcOnlinePinAgain",
1950
+ "tags": [
1951
+ "api",
1952
+ "emv",
1953
+ "EMV API"
1954
+ ],
1955
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Ifyounotsupportbypass,youcancallthisapi,restartpopuppinpad | public void ProcOnlinePinAgain()"
1956
+ },
1957
+ {
1958
+ "path": "02-reference/emv/emv-api.md",
1959
+ "title": "EMV API / sendPinEntry",
1960
+ "tags": [
1961
+ "api",
1962
+ "emv",
1963
+ "EMV API"
1964
+ ],
1965
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Tell Userhasenteredonline pin | void sendPinEntry()"
1966
+ },
1967
+ {
1968
+ "path": "02-reference/emv/emv-api.md",
1969
+ "title": "EMV API / bypassPinEntry",
1970
+ "tags": [
1971
+ "api",
1972
+ "emv",
1973
+ "EMV API"
1974
+ ],
1975
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | thecarddoes not acceptbypassing, thetransactionwill be\naborted. | void bypassPinEntry()"
1976
+ },
1977
+ {
1978
+ "path": "02-reference/emv/emv-api.md",
1979
+ "title": "EMV API / cancelPinEntry",
1980
+ "tags": [
1981
+ "api",
1982
+ "emv",
1983
+ "EMV API"
1984
+ ],
1985
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | thecarddoes not acceptbypassing, thetransactionwill be\naborted. | void cancelPinEntry()"
1986
+ },
1987
+ {
1988
+ "path": "02-reference/emv/emv-api.md",
1989
+ "title": "EMV API / updateTerminalParamters",
1990
+ "tags": [
1991
+ "api",
1992
+ "emv",
1993
+ "EMV API"
1994
+ ],
1995
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | issupportedand allow toupdate.\nContantPara.CardSlot.ICC: UpdateICCTerminalParamters\nContantPara.CardSlot.PICC:UpdatePICCTerminal Paramters\nContantPara.CardSlot.UNKNOW:UpdateICCandPICC | cardSlot,String tlv)"
1996
+ },
1997
+ {
1998
+ "path": "02-reference/emv/emv-api.md",
1999
+ "title": "EMV API / updateCAPK",
2000
+ "tags": [
2001
+ "api",
2002
+ "emv",
2003
+ "EMV API"
2004
+ ],
2005
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | UpdateaCertificateAuthorityPublic Key objectin thedevice.\nTheCAPKobjecttobeupdated.Theobjectcontainsthelocation\noftheCAPK in thedevice, theRID, index, modulus,exponent\nandthechecksumof theCAPK, all\ndatainhex stringformat.\nRid:Identify public keyof certification center\nIndex:Identifypublic keyofcertificationcentertogetherwithRID\nExponent: Public keyexponent\nModulus:Module value of public key\nChecksum:Toverifypublic keyof certificationcenter | Hashtable<String,String>capkParams)"
2006
+ },
2007
+ {
2008
+ "path": "02-reference/emv/emv-api.md",
2009
+ "title": "EMV API / updateAID",
2010
+ "tags": [
2011
+ "api",
2012
+ "emv",
2013
+ "EMV API"
2014
+ ],
2015
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | modifyingtheAID infowithupdateAID command.\n\nHashtablekeys\n• CardType: \"IcCard\"\n• aid:Application Identifier (AID).\n• appVersion:Application VersionNumber.\n• contactTACDefault: IdentifytheAcquirer'sconditionsto\nrejecttransactionswhen thetransactionis able tobecompleted\nonline but theterminal lackssuchcapability.\n• contactTACDenial:IdentifytheAcquirer's conditionsfor not\ntryinganyonline processingi.e. rejectionof transactions.\n• contactTACOnline:IdentifytheAcquirer's conditionsfor\nonline transactions\n• defaultTDOL:TransactionCertificateData ObjectList\n(TDOL).\n• defaultDDOL: DynamicDataAuthenticationDataObjectList\n(DDOL). DDOLused forestablishmentof internalcertification\ncommandwhen thereis no DDOLin thecard.\n• terminalFloorLimit: ContactTerminal Floor Limit. The\nlowest offlinelimit allowed at theterminalin ICcardpurchase\n•AppSelIndicator:application selectindicator 00-party\nmatch,01-fullmatch,default 00\n• AcquirerIdentifier:Acquirer Identifier. | Hashtable<String,String>aidParams)"
2016
+ },
2017
+ {
2018
+ "path": "02-reference/emv/emv-api.md",
2019
+ "title": "EMV API / updateExceptFile",
2020
+ "tags": [
2021
+ "api",
2022
+ "emv",
2023
+ "EMV API"
2024
+ ],
2025
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Updateblacklist tokernel\nMode:0-Add\n1-Delete\n2-Modify | boolean updateExceptFile(int mode,String ExceptTLV)"
2026
+ },
2027
+ {
2028
+ "path": "02-reference/emv/emv-api.md",
2029
+ "title": "EMV API / LogOutEnable",
2030
+ "tags": [
2031
+ "api",
2032
+ "emv",
2033
+ "EMV API"
2034
+ ],
2035
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Enableor disablecontact/contactlesstransactionlog\n0-disable | voidLogOutEnable(int enable)"
2036
+ },
2037
+ {
2038
+ "path": "02-reference/emv/emv-api.md",
2039
+ "title": "EMV API / sendOfflinePINVerifyResult",
2040
+ "tags": [
2041
+ "api",
2042
+ "emv",
2043
+ "EMV API"
2044
+ ],
2045
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Androdos 8.0,other versionnot use this,offlinepinverify\nbykernel)\n(-198) //Returncodeerror\n(-202) //ICcommand failed\n(-192) //PINBLOCKED | boolean sendOfflinePINVerifyResult(int iResult)"
2046
+ },
2047
+ {
2048
+ "path": "02-reference/emv/emv-api.md",
2049
+ "title": "EMV API / getIssuerScriptResult",
2050
+ "tags": [
2051
+ "api",
2052
+ "emv",
2053
+ "EMV API"
2054
+ ],
2055
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GetScriptResult | booleangetIssuerScriptResult()"
2056
+ },
2057
+ {
2058
+ "path": "02-reference/emv/emv-api.md",
2059
+ "title": "EMV API / getEmvAIDDetail",
2060
+ "tags": [
2061
+ "api",
2062
+ "emv",
2063
+ "EMV API"
2064
+ ],
2065
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Declare: public List<EmvAidData> getEmvAIDDetail() | public List<EmvAidData> getEmvAIDDetail()"
2066
+ },
2067
+ {
2068
+ "path": "02-reference/emv/emv-api.md",
2069
+ "title": "EMV API / getNfcAIDDetail",
2070
+ "tags": [
2071
+ "api",
2072
+ "emv",
2073
+ "EMV API"
2074
+ ],
2075
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Declare: public List<ContactlessAidData> getNfcAIDDetail() | public List<ContactlessAidData> getNfcAIDDetail()"
2076
+ },
2077
+ {
2078
+ "path": "02-reference/emv/emv-api.md",
2079
+ "title": "EMV API / getCAPKDetail",
2080
+ "tags": [
2081
+ "api",
2082
+ "emv",
2083
+ "EMV API"
2084
+ ],
2085
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | public List<CAPK> getCAPKDetail(ContantPara.CardSlot | cardSlot)"
2086
+ },
2087
+ {
2088
+ "path": "02-reference/emv/emv-api.md",
2089
+ "title": "EMV API / getAIDList",
2090
+ "tags": [
2091
+ "api",
2092
+ "emv",
2093
+ "EMV API"
2094
+ ],
2095
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Declare: public List<String> getAIDList(ContantPara.CardSlot cardSlot) | public List<String> getAIDList(ContantPara.CardSlot cardSlot)"
2096
+ },
2097
+ {
2098
+ "path": "02-reference/emv/emv-api.md",
2099
+ "title": "EMV API / getCAPKList",
2100
+ "tags": [
2101
+ "api",
2102
+ "emv",
2103
+ "EMV API"
2104
+ ],
2105
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Key: RID | getCAPKList(ContantPara.CardSlot cardSlot)"
2106
+ },
2107
+ {
2108
+ "path": "02-reference/emv/emv-api.md",
2109
+ "title": "EMV API / getTlvByTagLists",
2110
+ "tags": [
2111
+ "api",
2112
+ "emv",
2113
+ "EMV API"
2114
+ ],
2115
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GettheTLVstring basedontag | public String getTlvByTagLists(List<String>TagList)"
2116
+ },
2117
+ {
2118
+ "path": "02-reference/emv/emv-api.md",
2119
+ "title": "EMV API / getEMVLibVers",
2120
+ "tags": [
2121
+ "api",
2122
+ "emv",
2123
+ "EMV API"
2124
+ ],
2125
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Getemvso version | public String getEMVLibVers(ContantPara.CardSlot cardSlot)"
2126
+ },
2127
+ {
2128
+ "path": "02-reference/emv/emv-api.md",
2129
+ "title": "EMV API / getEMVjarVers",
2130
+ "tags": [
2131
+ "api",
2132
+ "emv",
2133
+ "EMV API"
2134
+ ],
2135
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Getemvjar version | public String getEMVjarVers()"
2136
+ },
2137
+ {
2138
+ "path": "02-reference/emv/emv-api.md",
2139
+ "title": "EMV API / getValByTag",
2140
+ "tags": [
2141
+ "api",
2142
+ "emv",
2143
+ "EMV API"
2144
+ ],
2145
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Get onecontactor contactlesstagvalue | public String getValByTag(int tag)"
2146
+ },
2147
+ {
2148
+ "path": "02-reference/emv/emv-api.md",
2149
+ "title": "EMV API / setContext",
2150
+ "tags": [
2151
+ "api",
2152
+ "emv",
2153
+ "EMV API"
2154
+ ],
2155
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Setcontext,soemvcancallUIandpinpadhandleoffliepin | public void setContext(Context context)"
2156
+ },
2157
+ {
2158
+ "path": "02-reference/emv/emv-api.md",
2159
+ "title": "EMV API / SetTLV",
2160
+ "tags": [
2161
+ "api",
2162
+ "emv",
2163
+ "EMV API"
2164
+ ],
2165
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Set onecontacttagdata\ntag(e.g. 0x95) | public int SetTLV(int tag,byte[]value, int valueLen)"
2166
+ },
2167
+ {
2168
+ "path": "02-reference/emv/emv-api.md",
2169
+ "title": "EMV API / getMstripFlag",
2170
+ "tags": [
2171
+ "api",
2172
+ "emv",
2173
+ "EMV API"
2174
+ ],
2175
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Note:VISAnotsupportMstripmode | public int getMstripFlag ()"
2176
+ },
2177
+ {
2178
+ "path": "02-reference/emv/emv-api.md",
2179
+ "title": "EMV API / CheckCardIsOut",
2180
+ "tags": [
2181
+ "api",
2182
+ "emv",
2183
+ "EMV API"
2184
+ ],
2185
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | transaction ,Otherwise,itwillcauseakernelcardreadingconflict, | public boolean CheckCardIsOut(long ms)"
2186
+ },
2187
+ {
2188
+ "path": "02-reference/emv/emv-api.md",
2189
+ "title": "EMV API / CheckCardIsOutDuringTrans",
2190
+ "tags": [
2191
+ "api",
2192
+ "emv",
2193
+ "EMV API"
2194
+ ],
2195
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | thePINpad forcontacttransaction ,Otherwise,itwill causeakernel\ncardreadingconflict | public boolean CheckCardIsOutDuringTrans(long ms)"
2196
+ },
2197
+ {
2198
+ "path": "02-reference/emv/emv-api.md",
2199
+ "title": "EMV API / GetField55ForSAMA",
2200
+ "tags": [
2201
+ "api",
2202
+ "emv",
2203
+ "EMV API"
2204
+ ],
2205
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Getfiled55forSAMA | public String GetField55ForSAMA()"
2206
+ },
2207
+ {
2208
+ "path": "02-reference/emv/emv-api.md",
2209
+ "title": "EMV API / getDeviceType()",
2210
+ "tags": [
2211
+ "api",
2212
+ "emv",
2213
+ "EMV API"
2214
+ ],
2215
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GetDeviceTypeforContactless | public int getDeviceType()"
2216
+ },
2217
+ {
2218
+ "path": "02-reference/emv/emv-api.md",
2219
+ "title": "EMV API / getField55ForJIO()",
2220
+ "tags": [
2221
+ "api",
2222
+ "emv",
2223
+ "EMV API"
2224
+ ],
2225
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Getfiled55forRelience | public Hashtable<String,String> getField55ForJIO(int KeySetNum)"
2226
+ },
2227
+ {
2228
+ "path": "02-reference/emv/emv-api.md",
2229
+ "title": "EMV API / GetL1Version",
2230
+ "tags": [
2231
+ "api",
2232
+ "emv",
2233
+ "EMV API"
2234
+ ],
2235
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GetL1Versionofdevice | cardSlot)"
2236
+ },
2237
+ {
2238
+ "path": "02-reference/emv/emv-api.md",
2239
+ "title": "EMV API / getNFCLibVers",
2240
+ "tags": [
2241
+ "api",
2242
+ "emv",
2243
+ "EMV API"
2244
+ ],
2245
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GetKernelnameandVersion\nKernelID - 02-Master 03-Visa 04-Amex 05-JCB 06-Discover 0D-Rupay | public String getNFCLibVers(byteKernelID)"
2246
+ },
2247
+ {
2248
+ "path": "02-reference/emv/emv-api.md",
2249
+ "title": "EMV API / updateCAPK",
2250
+ "tags": [
2251
+ "api",
2252
+ "emv",
2253
+ "EMV API"
2254
+ ],
2255
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | UpdateaCertificateAuthorityPublic Key objectin thedevice.\nTheCAPKobjecttobeupdated.Theobjectcontainsthelocation\noftheCAPK in thedevice, theRID, index, modulus,exponent\nandthechecksumof theCAPK, all\ndatainhex stringformat.\ncardSlot:\nContantPara.CardSlot.ICC,ContantPara.CardSlot.PICCor\nContantPara.CardSlot.UNKNOWN\nRid:Identify public keyof certification center\nIndex:Identifypublic keyofcertificationcentertogetherwithRID\nExponent: Public keyexponent | ContantPara.Operationoperation, Hashtable<String,String>\ncapkParams)"
2256
+ },
2257
+ {
2258
+ "path": "02-reference/emv/emv-api.md",
2259
+ "title": "EMV API / updateContactAID_TLV",
2260
+ "tags": [
2261
+ "api",
2262
+ "emv",
2263
+ "EMV API"
2264
+ ],
2265
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | UpdateContactAIDParameters,UseTLVString\n\nAIDTLV\nTag:\nM:\n9F06:AID\n9F09:TerminalApplicationVersion(eg:0001)\nDF11:TAC-Default(eg:0000000000)\nDF12:TAC-Online(eg:DC4004F800)\nDF13:TAG-Denial(eg:0000000000)\nDF14:DefaultDDOL(eg:9F3704)\n9F1B:TerminalFloorLimit(eg:00000000)\nO:\nDF01: Application Select Indicator (eg:00-Partial Match 01-Full\nMatch)\nDF02:TerminalApplicationPriority(eg:00-0F)\nDF22:DefaultTDOL(eg:9F0206)\nDF15:ThresholdValue(eg:000000002000)\nDF16:MaxTargetPercentage(eg:00)\nDF17:TargetPercentage(eg:00)\n9F01:AcquirerID(eg:303030313131)\n9F33:TerminalCapabilities(eg:E0F8C8)\n9F1A:TerminalCountryCode(eg:0356) | public boolean updateContactAID_TLV(String TLV)"
2266
+ },
2267
+ {
2268
+ "path": "02-reference/emv/emv-api.md",
2269
+ "title": "EMV API / updateContactlessAID_TLV",
2270
+ "tags": [
2271
+ "api",
2272
+ "emv",
2273
+ "EMV API"
2274
+ ],
2275
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | UpdateContactlessAIDParameters,UseTLVString\n\nAIDTLV\nNote:M---Mandatory O--Optional\nTag:\nM:\n9F06: ApplicationIdentifier\nContantPara.NfcCardType.MasterCard:\nDF8120:TerminalActionCodesDefault\nDF8121:TerminalActionCodesDenial\nDF8122:TerminalActionCodesOnLine\nDF8123:FloorLimit\nDF8124:NoOnDeviceCVM\nDF8125:OnDeviceCVM\nDF8126:CVMRequiredLimit\nDF811A:DefaultUDOL\n9F1D:TerminalRiskManagement\nDF811B:KernelConfiguration\nDF8117:CardDataInputCapability\nDF8118:CVMCapabilityPerCVMRequired\nDF8119: CVMCapabilityNoCVMRequired\nDF811E:MagStripeCVMCapabilityCVMRequired | nfcCardType,String TLV)"
2276
+ },
2277
+ {
2278
+ "path": "02-reference/emv/emv-api.md",
2279
+ "title": "EMV API / updateCAPK_TLV",
2280
+ "tags": [
2281
+ "api",
2282
+ "emv",
2283
+ "EMV API"
2284
+ ],
2285
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | UpdateCAPKParameters,UseTLVString\ncardSlot:ICC,PICC,UNKNOWN\nICC-contact\nPICC-contactless\nUNKNOWN-contactandcontactless\nTag:\nM:\n9F06:RID\n9F22:Index\nDF02:Modulus\nDF04:Exponent\nO:\nDF03:CheckSum\nDF05:ExpiredDate\nDF07:AlgorithmIndicator\nNote:M---Mandatory O--Optional | cardSlot,String TLV)"
2286
+ },
2287
+ {
2288
+ "path": "02-reference/emv/emv-api.md",
2289
+ "title": "EMV API / exportLogFilesToExternalStorage",
2290
+ "tags": [
2291
+ "api",
2292
+ "emv",
2293
+ "EMV API"
2294
+ ],
2295
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Exportlogfilesfrominternalstoragetoexternalstorage | context)"
2296
+ },
2297
+ {
2298
+ "path": "02-reference/emv/emv-api.md",
2299
+ "title": "EMV API / getNfcCvmCode",
2300
+ "tags": [
2301
+ "api",
2302
+ "emv",
2303
+ "EMV API"
2304
+ ],
2305
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GetstheCVMcodefromthecurrentNFCtransaction | public int getNfcCvmCode()"
2306
+ },
2307
+ {
2308
+ "path": "02-reference/emv/emv-api.md",
2309
+ "title": "EMV API / getODAstatus",
2310
+ "tags": [
2311
+ "api",
2312
+ "emv",
2313
+ "EMV API"
2314
+ ],
2315
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | GetstheODAresultofthetransaction | publicbyte getODAstatus()"
2316
+ },
2317
+ {
2318
+ "path": "02-reference/emv/emv-api.md",
2319
+ "title": "EMV API / setApproveRespcodeList",
2320
+ "tags": [
2321
+ "api",
2322
+ "emv",
2323
+ "EMV API"
2324
+ ],
2325
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | transactionfromthehost.\nrespcodeList:AuthorisationResponseCodeList,Separatewith'|'.such | public boolean setApproveRespcodeList(StringrespcodeList)"
2326
+ },
2327
+ {
2328
+ "path": "02-reference/emv/emv-callback.md",
2329
+ "title": "EMV Callback / onRequestSetAmount",
2330
+ "tags": [
2331
+ "api",
2332
+ "emv",
2333
+ "EMV Callback"
2334
+ ],
2335
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | atstartEmv,thiscallback will not betriggered.Tocancelthe\nprocess,call cancelSetAmount. | voidonRequestSetAmount()"
2336
+ },
2337
+ {
2338
+ "path": "02-reference/emv/emv-callback.md",
2339
+ "title": "EMV Callback / onRequestConfirmCardno",
2340
+ "tags": [
2341
+ "api",
2342
+ "emv",
2343
+ "EMV Callback"
2344
+ ],
2345
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Confirm theCardnumber,shouldcallsendConfirmCardnoResult(true) | voidonRequestConfirmCardno()"
2346
+ },
2347
+ {
2348
+ "path": "02-reference/emv/emv-callback.md",
2349
+ "title": "EMV Callback / onReturnCheckCardResult",
2350
+ "tags": [
2351
+ "api",
2352
+ "emv",
2353
+ "EMV Callback"
2354
+ ],
2355
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | card.\n\n•Seeenum CheckCardResult\nKey: StripInfo | checkCardResult, Hashtable<String,String>\ndecodeData)\nReturntheresultsinresponsetoaswiped, insertedor tapped"
2356
+ },
2357
+ {
2358
+ "path": "02-reference/emv/emv-callback.md",
2359
+ "title": "EMV Callback / onRequestSelectApplication",
2360
+ "tags": [
2361
+ "api",
2362
+ "emv",
2363
+ "EMV Callback"
2364
+ ],
2365
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | canceltheprocess, call cancelSelectApplication.\nReturnalist of applications supportedbythemPOSdevice and | voidonRequestSelectApplication(ArrayList<String> appList)"
2366
+ },
2367
+ {
2368
+ "path": "02-reference/emv/emv-callback.md",
2369
+ "title": "EMV Callback / onRequestPinEntry",
2370
+ "tags": [
2371
+ "api",
2372
+ "emv",
2373
+ "EMV Callback"
2374
+ ],
2375
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | theprocess, call cancelPinEntry.This callbackcan betriggered\nbystartKernel.\nIndicatethePINentrysource, seePinEntrySource | voidonRequestPinEntry(PinEntrySource pinEntrySource)"
2376
+ },
2377
+ {
2378
+ "path": "02-reference/emv/emv-callback.md",
2379
+ "title": "EMV Callback / onRequestFinalConfirm",
2380
+ "tags": [
2381
+ "api",
2382
+ "emv",
2383
+ "EMV Callback"
2384
+ ],
2385
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | thefirst generateAC command.Toproceedor cancelthe\ntransaction, call sendFinalConfirmResult. | voidonRequestFinalConfirm()"
2386
+ },
2387
+ {
2388
+ "path": "02-reference/emv/emv-callback.md",
2389
+ "title": "EMV Callback / onRequestOnlineProcess",
2390
+ "tags": [
2391
+ "api",
2392
+ "emv",
2393
+ "EMV Callback"
2394
+ ],
2395
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | transaction, call sendOnlineProcessResult.\n\nAset of transaction datainTag-Length-Valueformatthat should\nbesent backtoonline server. | voidonRequestOnlineProcess(String tlv,StringdataKsn)"
2396
+ },
2397
+ {
2398
+ "path": "02-reference/emv/emv-callback.md",
2399
+ "title": "EMV Callback / onReturnBatchData",
2400
+ "tags": [
2401
+ "api",
2402
+ "emv",
2403
+ "EMV Callback"
2404
+ ],
2405
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Returnthebatchdataafter completionof an EMV transaction.\nAset of transaction datainTag-Length-Valueformatthat should | voidonReturnBatchData(String tlv)"
2406
+ },
2407
+ {
2408
+ "path": "02-reference/emv/emv-callback.md",
2409
+ "title": "EMV Callback / onReturnTransactionResult",
2410
+ "tags": [
2411
+ "api",
2412
+ "emv",
2413
+ "EMV Callback"
2414
+ ],
2415
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Returnthetransactionresult.\nIndicatethetransactionresult, seeTransactionResult | voidonReturnTransactionResult(TransactionResult transResult)"
2416
+ },
2417
+ {
2418
+ "path": "02-reference/emv/emv-callback.md",
2419
+ "title": "EMV Callback / onRequestDisplayText",
2420
+ "tags": [
2421
+ "api",
2422
+ "emv",
2423
+ "EMV Callback"
2424
+ ],
2425
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Returnthemessage toprompt customer.\nIndicatethemessageto bedisplayed, seeDisplayText | voidonRequestDisplayText(DisplayText displayText)"
2426
+ },
2427
+ {
2428
+ "path": "02-reference/emv/emv-callback.md",
2429
+ "title": "EMV Callback / onRequestOfflinePinEntry",
2430
+ "tags": [
2431
+ "api",
2432
+ "emv",
2433
+ "EMV Callback"
2434
+ ],
2435
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Usuallynotuse | pinEntrySource,int PinTryCount);"
2436
+ },
2437
+ {
2438
+ "path": "02-reference/emv/emv-callback.md",
2439
+ "title": "EMV Callback / onRequestOfflinePINVerify",
2440
+ "tags": [
2441
+ "api",
2442
+ "emv",
2443
+ "EMV Callback"
2444
+ ],
2445
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Offlinepinverify(use inAndroidos8.0) | pinEntrySource,int pinEntryType, Bundlebundle);"
2446
+ },
2447
+ {
2448
+ "path": "02-reference/emv/emv-callback.md",
2449
+ "title": "EMV Callback / onReturnIssuerScriptResult",
2450
+ "tags": [
2451
+ "api",
2452
+ "emv",
2453
+ "EMV Callback"
2454
+ ],
2455
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Tlv:-field55data | onReturnIssuerScriptResult(ContantPara.IssuerScriptResult\nscriptResult,String tlv)\nReturnScriptResult,tagDF31isscarptresult"
2456
+ },
2457
+ {
2458
+ "path": "02-reference/emv/emv-callback.md",
2459
+ "title": "EMV Callback / onNFCrequestTipsConfirm",
2460
+ "tags": [
2461
+ "api",
2462
+ "emv",
2463
+ "EMV Callback"
2464
+ ],
2465
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | messageID:checkenumNfcTipMessageID\nmsg:\nPLS_REMOVE_CARD,\nPLS_USE_CONTACT_IC_CARD,//1\nNEED_SIGNATURE,//2\nEND_APPLICATION,//3\nSEE_PHONE_REMOVE_AND_PRESENT_CARD,//4\nDISPLAY_BALANCE,//5 | messageID,Stringmsg);"
2466
+ },
2467
+ {
2468
+ "path": "02-reference/emv/emv-callback.md",
2469
+ "title": "EMV Callback / onNFCrequestOnline",
2470
+ "tags": [
2471
+ "api",
2472
+ "emv",
2473
+ "EMV Callback"
2474
+ ],
2475
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Whentransactionneedgoonline\nHashtable:\n\"KSN\" :customformatksn,usuallynotuse | void onNFCrequestOnline (Hashtable<String,String>hashtable);"
2476
+ },
2477
+ {
2478
+ "path": "02-reference/emv/emv-callback.md",
2479
+ "title": "EMV Callback / onNFCrequestImportPin",
2480
+ "tags": [
2481
+ "api",
2482
+ "emv",
2483
+ "EMV Callback"
2484
+ ],
2485
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | ParametersNotusednow\nCallthepasswordkeyboardinthiscallbackfunction,youmayneedtoget\nthecardnumber | voidonNFCrequestImportPin (int type, int lasttimeFlag, Stringamt);"
2486
+ },
2487
+ {
2488
+ "path": "02-reference/emv/emv-callback.md",
2489
+ "title": "EMV Callback / onNFCTransResult",
2490
+ "tags": [
2491
+ "api",
2492
+ "emv",
2493
+ "EMV Callback"
2494
+ ],
2495
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Returnthetransactionresulttoapplication\n\nResult:\nCheckenumNfcTransResult\nONLINE_APPROVAL,\nDECLINE_ONLINE,\nTERMINATE,\nOFFLINE_APPROVAL, | voidonNFCTransResult(ContantPara.NfcTransResultresult);"
2496
+ },
2497
+ {
2498
+ "path": "02-reference/emv/emv-callback.md",
2499
+ "title": "EMV Callback / onNFCErrorInfor",
2500
+ "tags": [
2501
+ "api",
2502
+ "emv",
2503
+ "EMV Callback"
2504
+ ],
2505
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | Contactlesstransactionerrorcallbackfunction\nerrID:checkenum NfcErrMessageID\nstrErrInfo:\nERR_LOAD_CALLBACK,\nICS_PARAM_NOT_FIND,\nKERNEL_ERR, | strErrInfo);"
2506
+ },
2507
+ {
2508
+ "path": "02-reference/emv/emv-callback.md",
2509
+ "title": "EMV Callback / onReturnNfcCardData",
2510
+ "tags": [
2511
+ "api",
2512
+ "emv",
2513
+ "EMV Callback"
2514
+ ],
2515
+ "snippet": "com.urovo.i9000s.api.emv.EmvNfcKernelApi` / `com.urovo.i9000s.api.emv.EmvListener | ReturncontactlesstransactionTLVdata\nHashtable:\n\"KSN\" :customformatksn,usuallynotuse | public void onReturnNfcCardData(Hashtable<String,String>hashtable)"
2516
+ },
2517
+ {
2518
+ "path": "02-reference/emv/emv-enum.md",
2519
+ "title": "EMV Enum / EmvOption",
2520
+ "tags": [
2521
+ "api",
2522
+ "emv",
2523
+ "EMV Enum"
2524
+ ],
2525
+ "snippet": ""
2526
+ },
2527
+ {
2528
+ "path": "02-reference/emv/emv-enum.md",
2529
+ "title": "EMV Enum / CheckCardMode",
2530
+ "tags": [
2531
+ "api",
2532
+ "emv",
2533
+ "EMV Enum"
2534
+ ],
2535
+ "snippet": ""
2536
+ },
2537
+ {
2538
+ "path": "02-reference/emv/emv-enum.md",
2539
+ "title": "EMV Enum / CheckCardResult",
2540
+ "tags": [
2541
+ "api",
2542
+ "emv",
2543
+ "EMV Enum"
2544
+ ],
2545
+ "snippet": ""
2546
+ },
2547
+ {
2548
+ "path": "02-reference/emv/emv-enum.md",
2549
+ "title": "EMV Enum / TransactionResult",
2550
+ "tags": [
2551
+ "api",
2552
+ "emv",
2553
+ "EMV Enum"
2554
+ ],
2555
+ "snippet": ""
2556
+ },
2557
+ {
2558
+ "path": "02-reference/emv/emv-enum.md",
2559
+ "title": "EMV Enum / DisplayText",
2560
+ "tags": [
2561
+ "api",
2562
+ "emv",
2563
+ "EMV Enum"
2564
+ ],
2565
+ "snippet": ""
2566
+ },
2567
+ {
2568
+ "path": "02-reference/emv/emv-enum.md",
2569
+ "title": "EMV Enum / PinEntryResult",
2570
+ "tags": [
2571
+ "api",
2572
+ "emv",
2573
+ "EMV Enum"
2574
+ ],
2575
+ "snippet": ""
2576
+ },
2577
+ {
2578
+ "path": "02-reference/emv/emv-enum.md",
2579
+ "title": "EMV Enum / PinEntrySource",
2580
+ "tags": [
2581
+ "api",
2582
+ "emv",
2583
+ "EMV Enum"
2584
+ ],
2585
+ "snippet": ""
2586
+ },
2587
+ {
2588
+ "path": "02-reference/emv/emv-enum.md",
2589
+ "title": "EMV Enum / NfcTransResult",
2590
+ "tags": [
2591
+ "api",
2592
+ "emv",
2593
+ "EMV Enum"
2594
+ ],
2595
+ "snippet": ""
2596
+ },
2597
+ {
2598
+ "path": "02-reference/emv/emv-enum.md",
2599
+ "title": "EMV Enum / NfcTipMessageID",
2600
+ "tags": [
2601
+ "api",
2602
+ "emv",
2603
+ "EMV Enum"
2604
+ ],
2605
+ "snippet": ""
2606
+ },
2607
+ {
2608
+ "path": "02-reference/emv/emv-enum.md",
2609
+ "title": "EMV Enum / NfcErrMessageID",
2610
+ "tags": [
2611
+ "api",
2612
+ "emv",
2613
+ "EMV Enum"
2614
+ ],
2615
+ "snippet": ""
2616
+ },
2617
+ {
2618
+ "path": "02-reference/emv/emv-enum.md",
2619
+ "title": "EMV Enum / Operation",
2620
+ "tags": [
2621
+ "api",
2622
+ "emv",
2623
+ "EMV Enum"
2624
+ ],
2625
+ "snippet": ""
2626
+ },
2627
+ {
2628
+ "path": "02-reference/emv/emv-appendix.md",
2629
+ "title": "EMV Appendix / CVM processing FAQ",
2630
+ "tags": [
2631
+ "api",
2632
+ "emv",
2633
+ "EMV Appendix"
2634
+ ],
2635
+ "snippet": ""
2636
+ },
2637
+ {
2638
+ "path": "02-reference/emv/emv-appendix.md",
2639
+ "title": "EMV Appendix / EMV kernel using FAQ",
2640
+ "tags": [
2641
+ "api",
2642
+ "emv",
2643
+ "EMV Appendix"
2644
+ ],
2645
+ "snippet": ""
2646
+ },
2647
+ {
2648
+ "path": "02-reference/emv/emv-appendix.md",
2649
+ "title": "EMV Appendix / # For NFC (Contactless) issues",
2650
+ "tags": [
2651
+ "api",
2652
+ "emv",
2653
+ "EMV Appendix"
2654
+ ],
2655
+ "snippet": ""
2656
+ },
2657
+ {
2658
+ "path": "02-reference/emv/emv-appendix.md",
2659
+ "title": "EMV Appendix / Contact",
2660
+ "tags": [
2661
+ "api",
2662
+ "emv",
2663
+ "EMV Appendix"
2664
+ ],
2665
+ "snippet": ""
2666
+ },
2667
+ {
2668
+ "path": "02-reference/undocumented/kiosk-lock-task.md",
2669
+ "title": "DeviceManager / setLockTaskMode",
2670
+ "tags": [
2671
+ "api",
2672
+ "undocumented",
2673
+ "DeviceManager"
2674
+ ],
2675
+ "snippet": "com.urovo.device.DeviceManager"
2676
+ },
2677
+ {
2678
+ "path": "02-reference/undocumented/kiosk-lock-task.md",
2679
+ "title": "DeviceManager / setLockTaskModePassword",
2680
+ "tags": [
2681
+ "api",
2682
+ "undocumented",
2683
+ "DeviceManager"
2684
+ ],
2685
+ "snippet": "com.urovo.device.DeviceManager"
2686
+ }
2687
+ ]
2688
+ }