Method | Description | |
---|---|---|
MessageDialogService ( ) : System |
The constructor.
|
|
ShowGenericServiceErrorNotification ( ) : System.Threading.Tasks.Task |
Shows a notification that there is an issue with communicating to the service.
|
|
ShowNotification ( string message, string title, bool useResourceLoader = true ) : System.Threading.Tasks.Task |
Shows the notification.
|
|
ShowYesNoNotification ( string message, string title, bool useResourceLoader = true ) : Task |
Shows a notification that lets the user choose between yes and no.
|
public ShowGenericServiceErrorNotification ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ShowNotification ( string message, string title, bool useResourceLoader = true ) : System.Threading.Tasks.Task | ||
message | string | The message. |
title | string | The title. |
useResourceLoader | bool |
/// if set to |
return | System.Threading.Tasks.Task |
public ShowYesNoNotification ( string message, string title, bool useResourceLoader = true ) : Task |
||
message | string | The message. |
title | string | The title. |
useResourceLoader | bool |
/// if set to |
return | Task |