Hi,
I have a requirement like i need to move to login screen if user is inactive for 30min. I browsed throw few codes and found out that UIApplication has an overridden method called 'SendEvent'. But here in Xamarin.Forms we inherit from UIApplicationDelegate. So how do i get this even ? Are there any work around solution to achieve this ?