Interface IUiNotificationService
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public interface IUiNotificationService
Methods
Error(string, string, Action<UiNotificationOptions>)
Declaration
Task Error(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Info(string, string, Action<UiNotificationOptions>)
Declaration
Task Info(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Success(string, string, Action<UiNotificationOptions>)
Declaration
Task Success(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Warn(string, string, Action<UiNotificationOptions>)
Declaration
Task Warn(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods