feat: add ShowIcon property.
This commit is contained in:
@@ -12,6 +12,11 @@ public interface IMessage
|
||||
/// </summary>
|
||||
NotificationType Type { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the message should show an icon.
|
||||
/// </summary>
|
||||
bool ShowIcon { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the message should show a close button.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user