Give us feedback
simple-sms-receiver
Mobile icon

Simple SMS Receiver

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 03 July 2023 by 
EONE TECHNOLOGIES PRIVATE LIMITED
5.0
 (1 rating)
simple-sms-receiver

Simple SMS Receiver

Details
Simple SMS receiver plugin (https://github.com/rehy/cordova-plugin-sms-receiver) This Cordova Android plugin allows you to receive incoming SMS. You have the possibility to stop the message broadcasting and, thus, avoid the incoming message native popup.
Read more

Take dependency of following items.


You can simply use this action inside your onready event of the screen.


It will give you both sender mobile and the full SMS content. please refer the demo application for more info.


SMS Receiver plugin for Cordova

This Cordova Android plugin allows you to receive incoming SMS. You have the possibility to stop the message broadcasting and, thus, avoid the incoming message native popup.


Aborting a broadcast

If you abort the broadcast using this plugin (see broadcast boolean variable in the name.ratson.cordova.sms_receiver.SmsReceiver), the SMS will not be broadcast to other applications like the native SMS app. So ... be careful !

A good way to manage this is to stop the SMS reception when the onPause event is fired and, when the onResume event is fired, restart the reception.


Please check the URL for more details:

https://github.com/rehy/cordova-plugin-sms-receiver


Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
More from EONE TECHNOLOGIES PRIVATE LIMITED