0.2.1 • Published 4 years ago

cordova-plugin-powersavemode v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Check for power saving mode

Lean plugin to check if device is in power save mode.

Supports:

  • Android
  • iOS

Usage

cordova.plugins.PowerSaveMode.isPowerSaveMode((flag) => {
    if (flag) {
      console.log('Device is in power save mode.');
    }
  });

Maintainer