Displaying Pop-Ups

We can display pop-ups using the DisplayAlert method on the content page and pass the different arguments :

await DisplayAlert("title", "message", "OK");

They DisplayAlert is overloaded, it takes in different parameters.

To display an action sheet, await DisplayActionSheet in any Page, passing the message and button labels as strings.a

results matching ""

    No results matching ""