Exemple #1
0
        public async Task <DialogResult> ShowAlertDialog(AlertDialogConfig config)
        {
            var builder = new AlertDialogBuilder(this);

            return(await builder.ShowAlertDialog(config));
        }