mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
feat: wire up core methods for updating and cancelling notifications
This commit is contained in:
parent
908ea59b20
commit
41334ae375
@ -56,12 +56,12 @@ namespace Observatory.PluginManagement
|
|||||||
|
|
||||||
public void CancelNotification(Guid id)
|
public void CancelNotification(Guid id)
|
||||||
{
|
{
|
||||||
|
NativePopup.CloseNotification(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateNotification(Guid id, NotificationArgs notificationArgs)
|
public void UpdateNotification(Guid id, NotificationArgs notificationArgs)
|
||||||
{
|
{
|
||||||
|
NativePopup.UpdateNotification(id, notificationArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user