Separate progress and expiry animations

This commit is contained in:
Soreepeong 2024-02-26 13:04:17 +09:00
parent f434946137
commit e96089f8b2
6 changed files with 122 additions and 39 deletions

View file

@ -59,6 +59,9 @@ public interface IActiveNotification : INotification
/// <inheritdoc cref="INotification.Expiry"/>
new DateTime Expiry { get; set; }
/// <inheritdoc cref="INotification.ShowIndeterminateIfNoExpiry"/>
new bool ShowIndeterminateIfNoExpiry { get; set; }
/// <inheritdoc cref="INotification.Interactable"/>
new bool Interactable { get; set; }