When does the on resume app event fire?

0
I have an app, and – as a security measure - I’d like to trigger a get-pin activity when the app sits dormant or is unused for a period of time. I was wondering if anyone can tell me exactly when the ‘on resume’ app event fires? Is this a client-side event that fires after some time period of inactivity? Can’t find anything in the documentation on this Thanks for any help Andy
asked
2 answers
1

Hi Andrew, 

The event will run on the client-side when the app is already loaded but brought from the background to the foreground again by the user. 

 

answered
0

Thanks Lennart

answered