Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 594 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 594 Bytes

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("info.asankan.phonegap.smsplugin.smsplugin");

Methods

send

isSupported

startReception

stopReception