Can you Idle event send periodically or if the current state != in Idle var?

use case.

  • no toches
  • Idle True
  • but an additional event won`t triggering on Idle (we should postpone Idling)

so I never get an Idle event and can trigger on the idle event.

another case.

I am reset Idle value to False (but really no touches and Idle = True)
and you after some time check what now still no touches but Idle var is False - so back Idle to True and let chance to trigger event again.

Just so I understand correctly, you would like to be able to manually reset the App.IsIdle to False?

If you want to periodically trigger an event, use a Plugin to create a virtual device timer that fires every so often.