0.0.18 • Published 1 year ago

cordova-plugin-cdvsms v0.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

A Cordova Plugin for sending SMS messages

Quickly send SMS messages.

Installation

$ cordova plugin add cordova-plugin-cdvsms

Example

cordova.plugins.cdvsms.send(
    {
        to: '+1234567890',
        message: 'This is a test SMS',
        success: function(response){},
        error: function(e){}
    }
);

Format of the response:

{
    "status": -1,
    "message": "RESULT_OK"
}

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago