Restore dual mail and calendar app entries
This commit is contained in:
@@ -20,6 +20,16 @@ public interface INotificationBuilder
|
||||
/// <returns></returns>
|
||||
Task UpdateTaskbarIconBadgeAsync();
|
||||
|
||||
/// <summary>
|
||||
/// Adds to the calendar app-entry badge count for newly downloaded events.
|
||||
/// </summary>
|
||||
Task AddCalendarTaskbarBadgeCountAsync(int newlyDownloadedCount);
|
||||
|
||||
/// <summary>
|
||||
/// Clears the calendar app-entry badge.
|
||||
/// </summary>
|
||||
Task ClearCalendarTaskbarBadgeAsync();
|
||||
|
||||
/// <summary>
|
||||
/// Removes the toast notification for a specific mail by unique id.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user