mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
fix typo (#256)
This commit is contained in:
parent
110ec9d024
commit
609ba41ae0
@ -117,7 +117,7 @@ cordova.plugins.backgroundMode.excludeFromTaskList();
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Detect screen status
|
### Detect screen status
|
||||||
The method works async instead of _isAcive()_ or _isEnabled()_.
|
The method works async instead of _isActive()_ or _isEnabled()_.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
cordova.plugins.backgroundMode.isScreenOff(function(bool) {
|
cordova.plugins.backgroundMode.isScreenOff(function(bool) {
|
||||||
|
Loading…
Reference in New Issue
Block a user