cordova-plugin-raqmiyat-battery

0.0.2 • Public • Published

title: Ionic Battery Alert description: Device's battery status notification

cordova-plugin-raqmiyat-battery

Installation

ionic cordova plugin add cordova-plugin-raqmiyat-battery (or)
ionic cordova plugin add https://github.com/AndroidManikandan5689/IonicPluginBatteryAlert.git

Supported Platforms

  • Android
  • Ios

How to Use

declare var BatteryInfo: any; //paste it below the import section

Battery listener will indicate the below 10% of battery level

//button onclick function 
checkBatteryStatus() { 
// arg = 0 (Alert) , 1 (Toast)
BatteryInfo.coolMethod(arg, (response) => {
      console.log(response);
    }, (error => {
      console.log(error);
})
}

Package Sidebar

Install

npm i cordova-plugin-raqmiyat-battery

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

9.94 kB

Total Files

6

Last publish

Collaborators

  • androidmani