callringingdetectioncordovaplugin
v2.0.0
Published
Cordova plugin for cordova/ionic applications in order to invoke detection of call in android
Downloads
2
Maintainers
Readme
call-ringing-detection-cordova-plugin
Cordova Plugin for Detection of Incoming and Out going Calls ,for Android in Cordova/Ionic Application
Tested With
| Version's | should be above | | ------------- |:-------------:| | java | >=1.7 | | Cordova | >=7.0.0 |
To use Call Ringing Detection Cordova Plugin Simply Use the Following code to your once you have installed in your project.
//initialise comma seperated numbers
window['plugins'].start.callRingingDetectionInitialise(
"+910000000000", (result) => {
//true or false
},
(err) => {
console.log(err);
},
);
window['plugins'].start.callRingingDetectionDelete(
"", (result) => {
//true or false
},
(err) => {
console.log(err);
},
);
window['plugins'].start.callRingingDetection(
"", (result) => {
//commaseprated result string number,typr,start and end time
},
(err) => {
console.log(err);
},
);
Running and Testing
Please install by the following command
cordova plugin add callringingdetectioncordovaplugin
Built With
Author
- Kuldeep Kumar