feat: wire up core methods for updating and cancelling notifications
This commit is contained in:
parent
908ea59b20
commit
41334ae375
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue