cordova-plugin-simility-device-recon

0.3.0 • Public • Published

Simility Device Recon SDK Cordova plugin for Android and ios

This plugin allow to execute Simility Device Recon SDK Signal on Andoroid and ios native side from a javascript based application.

How to install

Go to your mobile folder and run

Cordova:

cordova plugin add cordova-plugin-simility-device-recon

Then run the app for ios and android and check if everything looks fine.

Call it

Then in javascript:

cordova.exec(success => { },                        //success callback
             error => { },                          //error callback
             "DeviceRecon",                         //class name
             "SIGNAL",                              //action name 
            [                                       //args array
                {
                    customer_id: 'brand_uid',       //replace with unique identifier assigned by Simility.
                    session_id: 'session.variable', //replace with sessionID variable
                    user_id: 'user.variable'        //replace with userID variable
                }
            ]);                                     

Package Sidebar

Install

npm i cordova-plugin-simility-device-recon

Weekly Downloads

0

Version

0.3.0

License

ISC OR GPL-3.0

Unpacked Size

9.83 MB

Total Files

10

Last publish

Collaborators

  • cds1891