I'd like to pop-up a message box that I can remove programmatically (without the user having to press OK). Is this possible with the current controls?
There are two use cases:
1) remove it after a property becomes true
2) remove it after a specified amount of time passes
I'm building a Xamarin.Forms app for Android and iOS.