cordova-is-background

1.1.0 • Public • Published

cordova-is-background

Travis npm package Dependency Status devDependency Status

Utility function for finding out if the application is in the background or not

Install

$ npm install --save cordova-is-background

Usage

import isBackground from 'cordova-is-background';

if (isBackground()) {
  notify('you have a new message!');
}

License

See the LICENSE file for license rights and limitations (MIT).

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    24
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    24
  • 1.0.0
    2

Package Sidebar

Install

npm i cordova-is-background

Weekly Downloads

26

Version

1.1.0

License

MIT

Last publish

Collaborators

  • perrin4869