Hello,
i want to display the android mail app and wait for the result.
On Android this is possible with using StartActivityForResult().
But Xamarin.Forms has only Application.Context.StartActivity();
How can i start for result?
Hello,
i want to display the android mail app and wait for the result.
On Android this is possible with using StartActivityForResult().
But Xamarin.Forms has only Application.Context.StartActivity();
How can i start for result?