I’m looking for a way to invalidate my current activity’s option menu with Mono for Android. It seems that InvalidateOptionsMenu is a member function of Activity in Android, but in Mono for Android it is mysteriously missing.
How can I work around this? Note that I am currently not using the Fragmentmanager.
That method is available in Mono for Android as well, documentation can be found here.
It wasn’t introduced until API level 11, so make sure you are targeting at least that level.