Show Toast within Synchronous Method #487
Replies: 2 comments 4 replies
-
async void ShowToast()
{
await Toast.Make(title).Show();
} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
VladislavAntonyuk
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the correct way to show a Toast that is inside of a synchronous method?
Beta Was this translation helpful? Give feedback.
All reactions