示例#1
0
        public void ShowAlert(string title, AlertType alertType, float duration)
        {
            var alertVC = AlertView.Create();

            alertVC.Configure(title, alertType, duration);
        }