Method | Description | |
---|---|---|
ShowMessage ( this service, string format ) : void | ||
ShowMessageDialogAsync ( this service, string format ) : System.Threading.Tasks.Task | ||
ShowYesNoQuestionDialogAsync ( this service, string format ) : Task |
public static ShowMessage ( this service, string format ) : void | ||
service | this | |
format | string | |
return | void |
public static ShowMessageDialogAsync ( this service, string format ) : System.Threading.Tasks.Task | ||
service | this | |
format | string | |
return | System.Threading.Tasks.Task |
public static ShowYesNoQuestionDialogAsync ( this service, string format ) : Task |
||
service | this | |
format | string | |
return | Task |