Java SDK simple description: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 2: Line 2:
     Please get the latest SDK, [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/cloudpos_SDK_v1.5.2_2019-03-22.zip SDK 1.5.2]. In this sdk, the aar lib will be updated often, because of some bug fix and code improvement, so after you download the SDK from this link, you should download the latest aar lib from [[CloudPOS SDK AAR]], and the latest apidoc from [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/device/java/apidoc1.5.2.13.zip API Spec Download]
     Please get the latest SDK, [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/cloudpos_SDK_v1.5.2_2019-03-22.zip SDK 1.5.2]. In this sdk, the aar lib will be updated often, because of some bug fix and code improvement, so after you download the SDK from this link, you should download the latest aar lib from [[CloudPOS SDK AAR]], and the latest apidoc from [ftp://sdkuser:wizsdkar@ftp.wizarpos.com/device/java/apidoc1.5.2.13.zip API Spec Download]
== SDK content ==
== SDK content ==
* '''cloudpos_SDK'''
; '''cloudpos_SDK'''
The root folder of SDK.
The root folder of SDK.
** '''barcode'''
:; '''/barcode'''
Includes barcode demo, resource and documents.
:: Includes barcode demo, resource and documents.
** '''device'''
:; '''/device'''
Includes device apidemo, apidoc, aar lib, and some html spec file.
:: Includes device apidemo, apidoc, aar lib, and some html spec file.
*** '''apidemo'''
::; '''/apidemo'''
Shows how to call device api, includes MSR, Smart Card, contactless card, Printer, PINPad, Normal Fingerprint......
::: Shows how to call device api, includes MSR, Smart Card, contactless card, Printer, PINPad, Normal Fingerprint......
*** '''apidoc'''
::; '''/apidoc'''
Java doc of all the device api, they are html files.
::: Java doc of all the device api, they are html files.
*** '''lib'''
::; '''/lib'''
Includes aar lib file
::: Includes aar lib file.
***'''crossmatchfingerprint.html'''
::;'''crossmatchfingerprint.html'''
Open this html file, to find fingerprint demo for crossmatch fingerprint module.
::: Open this html file, to find fingerprint demo for crossmatch fingerprint module.
***'''devicedemo-summary.html'''
::;'''devicedemo-summary.html'''
Open this html file, to find some simple demo for the device.
::: Open this html file, to find some simple demo for the device.
***'''WizarPOSPrinter_TechnicalManual_en.pdf'''
::;'''WizarPOSPrinter_TechnicalManual_en.pdf'''
Printer ESC Commands description.
::: Printer ESC Commands description.
**'''emv'''
:;'''/emv'''
Includes EMV demo and documents, if you want to develop a payment app, you should get this.
:: Includes EMV demo and documents, if you want to develop a payment app, you should get this.

Revision as of 08:05, 10 May 2019

SDK Link

   Please get the latest SDK, SDK 1.5.2. In this sdk, the aar lib will be updated often, because of some bug fix and code improvement, so after you download the SDK from this link, you should download the latest aar lib from CloudPOS SDK AAR, and the latest apidoc from API Spec Download

SDK content

cloudpos_SDK

The root folder of SDK.

/barcode
Includes barcode demo, resource and documents.
/device
Includes device apidemo, apidoc, aar lib, and some html spec file.
/apidemo
Shows how to call device api, includes MSR, Smart Card, contactless card, Printer, PINPad, Normal Fingerprint......
/apidoc
Java doc of all the device api, they are html files.
/lib
Includes aar lib file.
crossmatchfingerprint.html
Open this html file, to find fingerprint demo for crossmatch fingerprint module.
devicedemo-summary.html
Open this html file, to find some simple demo for the device.
WizarPOSPrinter_TechnicalManual_en.pdf
Printer ESC Commands description.
/emv
Includes EMV demo and documents, if you want to develop a payment app, you should get this.