2.0.0 • Published 6 years ago

callringingdetectioncordovaplugin v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

call-ringing-detection-cordova-plugin

Cordova Plugin for Detection of Incoming and Out going Calls ,for Android in Cordova/Ionic Application

Tested With

Version'sshould 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