cordova plugin screenstatus
1.0.0
Plugin Cordova pour surveiller les changements d'état de l'écran. Fonctionne même si l'application n'est pas au premier plan.
cordova plugin add cordova-plugin-screenstatus
ionic cordova plugin add cordova-plugin-screenstatus
npm install cordova-plugin-screenstatus
ScreenStatus
. subscribe ( function ( turnedOn ) {
// true, false
} )
. then ( function ( ) {
// subscribed
} )
. catch ( function ( err ) {
// something broke
} ) ;
ScreenStatus
. unsubscribe ( )
. then ( function ( ) {
// unsubscribed
} )
. catch ( function ( err ) {
// something broke
} ) ;