Exemple #1
0
 public async Task <bool> DisplayAlert(string title, string message, string confirmButtonMessage, string cancelButtonMessage)
 {
     return(await FormsPage.DisplayAlert(title, message, confirmButtonMessage, cancelButtonMessage));
 }
Exemple #2
0
 public async Task DisplayAlert(string title, string message, string buttonMessage)
 {
     await FormsPage.DisplayAlert(title, message, buttonMessage);
 }