C# Класс JimBobBennett.MvvmLight.AppCompat.AppCompatDialogService

Наследование: IDialogService
Показать файл Открыть проект

Открытые методы

Метод Описание
ShowError ( Exception error, string title, string buttonText, System.Action afterHideCallback ) : System.Threading.Tasks.Task
ShowError ( string message, string title, string buttonText, System.Action afterHideCallback ) : System.Threading.Tasks.Task
ShowMessage ( string message, string title ) : System.Threading.Tasks.Task
ShowMessage ( string message, string title, string buttonText, System.Action afterHideCallback ) : System.Threading.Tasks.Task
ShowMessage ( string message, string title, string buttonConfirmText, string buttonCancelText, Action afterHideCallback ) : Task
ShowMessageBox ( string message, string title ) : System.Threading.Tasks.Task

Приватные методы

Метод Описание
CreateDialog ( string content, string title, string okText = null, string cancelText = null, Action afterHideCallbackWithResponse = null ) : AlertDialogInfo

Описание методов

ShowError() публичный Метод

public ShowError ( Exception error, string title, string buttonText, System.Action afterHideCallback ) : System.Threading.Tasks.Task
error System.Exception
title string
buttonText string
afterHideCallback System.Action
Результат System.Threading.Tasks.Task

ShowError() публичный Метод

public ShowError ( string message, string title, string buttonText, System.Action afterHideCallback ) : System.Threading.Tasks.Task
message string
title string
buttonText string
afterHideCallback System.Action
Результат System.Threading.Tasks.Task

ShowMessage() публичный Метод

public ShowMessage ( string message, string title ) : System.Threading.Tasks.Task
message string
title string
Результат System.Threading.Tasks.Task

ShowMessage() публичный Метод

public ShowMessage ( string message, string title, string buttonText, System.Action afterHideCallback ) : System.Threading.Tasks.Task
message string
title string
buttonText string
afterHideCallback System.Action
Результат System.Threading.Tasks.Task

ShowMessage() публичный Метод

public ShowMessage ( string message, string title, string buttonConfirmText, string buttonCancelText, Action afterHideCallback ) : Task
message string
title string
buttonConfirmText string
buttonCancelText string
afterHideCallback Action
Результат Task

ShowMessageBox() публичный Метод

public ShowMessageBox ( string message, string title ) : System.Threading.Tasks.Task
message string
title string
Результат System.Threading.Tasks.Task