Skip to content

rafaellop/phonegap-sms-reader-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonegap-SMS

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/asanka-x/Phonegap-SMS.git

or

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

Require the plugin module

var smsplugin = cordova.require("com.itdar.phonegap.smsreader.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));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published