1.1.0 • Published 7 years ago

cordova-is-background v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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).