3.2.4 • Published 8 years ago

indra-ips-cordova-plugin v3.2.4

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

INDRA IPS Cordova Plugin 3.2.4

This is the Cordova Plugin for INDRA IPS Platform designed to Cordova hybrid mobile applications.

To add the last version to your project:

cordova plugin add indra-ips-cordova-plugin --save

Once you have it added to your Cordova application, you will need to start it. In order to do it, you should insert into your javascript:

$ionicPlatform.ready(function () {
    var credentials = {
        username: '<username>',
        password: '<password>'
    }
    var client = {
        name: '<client name>',
        appInfo: '<application info>'
    }
    // environment => it will point to a Newton environment (default: prod)
    ips.start(credentials, client, environment, successCallback, failureCallback);

    var successCallback = function (result) {
        // This is the success callback function that runs after INDRA IPS has been initialized.
        // The 'result' parameter receives the events
    }

    var failureCallback = function (err) {
        // The 'err' returns the error message occurred during the INDRA IPS initialization
    }
}

To update please follow the steps: Step 1: cordova plugin remove indra-ips-cordova-plugin Step 2: cordova plugin add indra-ips-cordova-plugin --save

To add previous versions to your project:

cordova plugin add indra-ips-cordova-plugin@2.9.1 --save

If you want to fixed a major version and always get last minor version:

cordova plugin add indra-ips-cordova-plugin@~2 --save

Also you can fixed major and minor versions and always get last patch versions:

cordova plugin add indra-ips-cordova-plugin@~2.9 --save
3.2.4

8 years ago

3.2.3

8 years ago

3.2.2

8 years ago

3.2.1

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.9.1

8 years ago

2.9.0

8 years ago

2.8.0

8 years ago

2.7.0

8 years ago

2.6.1

8 years ago

2.6.0

8 years ago

2.5.0

8 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2-23

8 years ago

1.0.1-22

8 years ago

1.0.1-21

8 years ago

1.0.0-20

8 years ago

1.0.0-19

8 years ago

1.0.0-18

8 years ago

0.1.0-17

8 years ago

0.1.0-16

8 years ago

0.1.0-15

8 years ago

0.1.0-14

8 years ago

0.1.0-13

8 years ago

0.1.0-1

8 years ago

0.1.0-12

8 years ago

0.1.0-11

8 years ago

0.1.0-10

8 years ago

0.1.0-9

8 years ago

0.1.0-8

8 years ago

0.1.0-7

8 years ago

0.0.2-6

8 years ago

0.0.2-5

8 years ago

0.0.2-4

8 years ago

0.0.2-2

8 years ago

0.0.2-1

8 years ago

0.0.2-51

8 years ago

0.0.2-48

8 years ago

0.0.2-47

8 years ago

0.0.2-46

8 years ago

0.0.2-42

8 years ago

0.0.2-41

8 years ago

0.0.2-40

8 years ago

0.0.2-39

8 years ago

0.0.2-38

8 years ago

0.0.2-37

8 years ago

0.0.2-36

8 years ago

0.0.2-35

8 years ago

0.0.2-34

8 years ago

0.0.1-a-33

8 years ago

0.0.1-a-32

8 years ago

0.0.1-a-31

8 years ago

0.0.1-a-30

8 years ago

0.0.1-a-29

8 years ago

0.0.2-3

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago