Interface INotificationManager
Interface for Socially Distant's notification manager.
Namespace: SociallyDistant.Core.Shell.Common
Assembly: SociallyDistant.Framework.dll
Syntax
public interface INotificationManager
Methods
GetNotificationGroup(string)
Get a notification group by ID. If it doesn't existr, it'll be created.
Declaration
INotificationGroup GetNotificationGroup(string groupId)
Parameters
Type | Name | Description |
---|---|---|
string | groupId | The ID of the notification group. |
Returns
Type | Description |
---|---|
INotificationGroup | An INotificationGroup implementation representing the notification group. |