|
|
(20 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| == Java API Samples ==
| | {{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/java-api-samples}} |
| These are examples of how to use the Java API. These demonstrations use lower version of cloudpossdk aar file, please obtain the new version of SDK AAR file from http://sdkwiki.wizarpos.com/index.php/CloudPOS_SDK_AAR, and replace it as needed.
| |
| {| class="wikitable" | |
| |-
| |
| ! Description !! Download
| |
| |-
| |
| | Cloudpos APIDemo for all the device API demo <br> (The package name of apk is updated, you must remove the old APIDemo.)|| [http://ftp.wizarpos.com/device/java/CloudPosAPIDemoForAar_1.5.3.071_20210913.zip CloudPOS API demo 1.5.3.71]
| |
| |-
| |
| | An APIDemo includes all the device API calling|| [http://ftp.wizarpos.com/device/java/APIDemoForAar_1.5.3.038_20210407.zip API demo 1.5.3.38]
| |
| |-
| |
| | An APIDemo includes all the device API calling|| [http://ftp.wizarpos.com/device/java/APIDemoForAar1.5.3.36.zip API demo 1.5.3.36]
| |
| |-
| |
| | An APIDemo includes all the device API calling|| [http://ftp.wizarpos.com/device/java/apidemo1.5.3.001.zip API demo 1.5.3.001]
| |
| |-
| |
| | An APIDemo includes all the device API calling|| [http://ftp.wizarpos.com/device/java/apidemo1.5.2.34.zip API demo 1.5.2.34]
| |
| |-
| |
| | An APIDemo includes all the device API calling|| [http://ftp.wizarpos.com/device/java/apidemo_1.5.0.2.zip API demo 1.5.0.2]
| |
| |-
| |
| | An APIDemo includes all the device API calling|| [http://ftp.wizarpos.com/device/java/apidemo_1.5.0.zip API demo 1.5.0]
| |
| |-
| |
| | A simple demo for LED light|| [http://ftp.wizarpos.com/device/java/LEDDemoForAar-1.5.0.zip LED demo 1.5.0]
| |
| |-
| |
| | A simple demo for swiping MSR card|| [http://ftp.wizarpos.com/device/java/MSRDemoForAar-1.5.0.zip MSR demo 1.5.0]
| |
| |-
| |
| | A simple demo for pinpad|| [http://ftp.wizarpos.com/device/java/PinPadDemoForAar-1.5.0.zip PINPAD demo 1.5.0]
| |
| |-
| |
| | A simple demo for printer|| [http://ftp.wizarpos.com/device/java/PrintDemoForAar-1.5.0.zip Printer demo 1.5.0]
| |
| |-
| |
| | A simple demo about how to signature in screen|| [http://ftp.wizarpos.com/device/java/SignatureDemoForAar-1.5.0.zip Signature demo 1.5.0]
| |
| |-
| |
| | A simple swipe card and print calling to simulate payment|| [http://ftp.wizarpos.com/device/java/PaymentTransDemoForAar-1.5.0.zip SwipeCard&Print demo 1.5.0]
| |
| |-
| |
| | fingerprint demo|| [http://ftp.wizarpos.com/device/java/FingerprintForAar-1.5.2.zip fingerprint demo 1.5.2]
| |
| |-
| |
| | Biosec ISO fingerprint demo|| [http://ftp.wizarpos.com/device/java/NewIsoFingerprintDemo.zip Biosec ISO fingerprint demo]
| |
| |-
| |
| | DUKPT of PINPAD demo|| [http://ftp.wizarpos.com/device/java/DukptDemo.zip DUKPT demo 1.5.0.5]
| |
| |-
| |
| | Print Html demo|| [http://ftp.wizarpos.com/advanceSDK/PrinterModelDemo.zip Print html]
| |
| |-
| |
| | A simple demo for calling printer api from javascript|| [http://ftp.wizarpos.com/device/java/WebviewCallSDK.zip Print from javascript]
| |
| |}
| |