Search code examples
xamarin.androidxamarin.ios

What is the equvalent of "OnUserInteraction" in iOS


I want to know if there is any android "OnUserInteraction" equvalent in iOS. I want to implement session logout functionality so I need to know any equvalent functionality fo OnUserInteraction.


Solution

  • In iOS you can subclass UIApplication and override SendEvent as outlined here.