satpal-phonegap-smsplugin

0.0.1 • Public • Published

Phonegap-SMS-Plugin

PhoneGap plugin to send and receive sms

Supported Features

  • Send SMS
  • Check SMS feature availability
  • Start Receiving SMSs
  • Stop Receiving SMSs

Supported Platforms

  • Android

Usage

Installation

phonegap plugin add https://github.com/tanansatpal/Phonegap-SMS.git

or

cordova plugin add https://github.com/tanansatpal/Phonegap-SMS.git

Require the plugin module

var smsplugin = cordova.require("info.satpal.phonegap.smsplugin.smsplugin");

Methods

send

smsplugin.send(number,message,successCallback(result),failureCallback(error));

isSupported

smsplugin.isSupported(successCallback(result),failureCallback(error));

startReception

smsplugin.startReception(successCallback(result),failureCallback(error));

stopReception

smsplugin.stopReception(successCallback(result),failureCallback(error));

This fork fixes the character case problem for online adobe builder ("Class not found") as far as the maintainer doesnt support it.

Package Sidebar

Install

npm i satpal-phonegap-smsplugin

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tanansatpal