New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

satpal-phonegap-smsplugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satpal-phonegap-smsplugin

Sms Plugin

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 29 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc