Hello - I am attempting to do like an idle timer logout functionality. From my research on the web it looks like I need to implement a Subclass of UIApplication and override the SendEvent method. I have down this but I'm not sure how to get it working. I thought I would just need to change the line in my main.cs from UIApplication.Main(args, null, "AppDelegate"); to myUIApplicationSubclass.Main(args, null, "AppDelegate"); but it's not working what am I missing. Also is this the correct approach in detecting activity in the application.
↧