I have a .net maui app. I need to detect whenever the user is inactive. If the user is inactive during 1 minute, then auto-logout.
I’ve seen we have PointerGestureRecognizer which can be used, but that’s specific for a single page / element.
Which options do I have in order to detect it in a global / generic way, for the entire app?