Trigger an event on user is on screen lock

Hello,

Do you know if it’s possible to trigger an event in my Ionic application on user is checking his screen lock (Android device)

Example :

?.on('...', function() {
   console.log("I turned on my screen and I'm on screenlock!");
});

Many thanks,

I still haven’t found a solution. It’s maybe time to begin cordova learning! :smiley: