Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

How to make a Toast using Acr Userdialogs?

$
0
0

I tried like below, but getting an unhandled exception.

    ToastEvent toastEvent = new ToastEvent();
        var toastConfig = new ToastConfig(toastEvent,"Toasting...","");
        toastConfig.SetDuration(3000);

        UserDialogs.Instance.Toast(toastConfig);

Thanks in advance :)


Viewing all articles
Browse latest Browse all 77050

Trending Articles