Exemplo n.º 1
0
 public Task AlertAsync(
     string message,
     string title,
     MaterialAlertDialogConfiguration configuration = null)
 {
     return(MaterialAlertDialog.AlertAsync(message, title, configuration));
 }
Exemplo n.º 2
0
 public Task AlertAsync(
     string message,
     string title,
     string acknowledgementText,
     MaterialAlertDialogConfiguration configuration = null)
 {
     return(MaterialAlertDialog.AlertAsync(message, title, acknowledgementText, configuration));
 }