Class NullUiNotificationService
Inheritance
NullUiNotificationService
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class NullUiNotificationService : IUiNotificationService, ITransientDependency
Constructors
NullUiNotificationService()
Declaration
public NullUiNotificationService()
Methods
Error(string, string?, Action<UiNotificationOptions>?)
Declaration
public Task Error(string message, string? title = null, Action<UiNotificationOptions>? options = null)
Parameters
Returns
Info(string, string?, Action<UiNotificationOptions>?)
Declaration
public Task Info(string message, string? title = null, Action<UiNotificationOptions>? options = null)
Parameters
Returns
Success(string, string?, Action<UiNotificationOptions>?)
Declaration
public Task Success(string message, string? title = null, Action<UiNotificationOptions>? options = null)
Parameters
Returns
Warn(string, string?, Action<UiNotificationOptions>?)
Declaration
public Task Warn(string message, string? title = null, Action<UiNotificationOptions>? options = null)
Parameters
Returns
Implements
Extension Methods